Provides access to members that return information about and manage the class.
Members
Name | Description | |
---|---|---|
GlobalIDFieldName | The name of the field corresponding to the global object identity. | |
HasGlobalID | Indicates if the class has an global object identity field. |
IClassEx.GlobalIDFieldName Property
The name of the field corresponding to the global object identity.
Public ReadOnly Property GlobalIDFieldName As String
public string GlobalIDFieldName {get;}
Remarks
If the class does not have a GlobalID field, an empty string will be returned.
IClassEx.HasGlobalID Property
Indicates if the class has an global object identity field.
Public ReadOnly Property HasGlobalID As Boolean
public bool HasGlobalID {get;}
Classes that implement IClassEx
Classes | Description |
---|
Remarks
Geodatabase classes can be cast to this interface to retrieve information about their GlobalID field.