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


ISchematicElementClass.AssociatedObjectClassDataSource Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicElementClass.AssociatedObjectClassDataSource Property

The associated schematic data source to the schematic element class.

[Visual Basic .NET]
Public ReadOnly Property AssociatedObjectClassDataSource As ISchematicDataSource
[C#]
public ISchematicDataSource AssociatedObjectClassDataSource {get;}
[C++]
HRESULT get_AssociatedObjectClassDataSource(
  ISchematicDataSource** SchematicDataSource
);
[C++]

Parameters SchematicDataSource [out, retval]
SchematicDataSource is a parameter of type ISchematicDataSource

Product Availability

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

See Also

ISchematicElementClass Interface