|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPartIDAware
Indicator interface that identifies geometries that can have part IDs.
Method Summary | |
---|---|
void |
dropPartIDs()
Unsets all part ID values without changing awareness. |
boolean |
isPartIDAware()
Indicates if this geometry is aware of part IDs. |
boolean |
isPartIDSimple()
Indicates if all part ID values for this geometry are well-defined. |
void |
setPartIDAware(boolean idAware)
Indicates if this geometry is aware of part IDs. |
Method Detail |
---|
boolean isPartIDAware() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPartIDAware(boolean idAware) throws IOException, AutomationException
idAware
- The idAware (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPartIDSimple() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void dropPartIDs() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |