This document is archived and information here might be outdated.  Recommended version.


IModifiedClassInfo.ClassID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IM > IModifiedClassInfo Interface > IModifiedClassInfo.ClassID Property
ArcGIS Developer Help

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(
  System.Int32* 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