ArcObjects Library Reference (GeoDatabaseDistributed)  

IModifiedClassInfo.ClassID Property

The ID assigned to the feature class or table in the geodatabase.

[Visual Basic .NET]
Public ReadOnly Property ClassID As Integer
[C#]
public int ClassID {get;}
[C++]
HRESULT get_ClassID(
  long* ChildClassID
);
[C++]

Parameters

ChildClassID [out, retval]   ChildClassID is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The id that identifies the data (e.g. table or feature class) in the source geodatabase.

See Also

IModifiedClassInfo Interface