ArcObjects Library Reference (Schematic)  

ISchematicElementClass.AssociatedObjectClassID Property

The associated object class ID to the schematic element class.

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

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicElementClass Interface