|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClassEx
Provides access to members that return information about and manage the class.
Geodatabase classes can be cast to this interface to retrieve information about their GlobalID field.
Method Summary | |
---|---|
String |
getGlobalIDFieldName()
The name of the field corresponding to the global object identity. |
boolean |
isHasGlobalID()
Indicates if the class has an global object identity field. |
Method Detail |
---|
boolean isHasGlobalID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getGlobalIDFieldName() throws IOException, AutomationException
If the class does not have a GlobalID field, an empty string will be returned.
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 |