ArcObjects Library Reference (Schematic)  

ISchematicElementClass.AssociatedObjectClassDataSourceID Property

The associated object class data source ID to the schematic element class.

[Visual Basic .NET]
Public ReadOnly Property AssociatedObjectClassDataSourceID As Integer
[C#]
public int AssociatedObjectClassDataSourceID {get;}
[C++]
HRESULT get_AssociatedObjectClassDataSourceID(
  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