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


ISchematicDiagramClass.AssociatedSchematicElementClasses Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDiagramClass.AssociatedSchematicElementClasses Property

The associated element classes to the schematic diagram class.

[Visual Basic .NET]
Public ReadOnly Property AssociatedSchematicElementClasses As IEnumSchematicElementClass
[C#]
public IEnumSchematicElementClass AssociatedSchematicElementClasses {get;}
[C++]
HRESULT get_AssociatedSchematicElementClasses(
  IEnumSchematicElementClass** SchematicElementClasses
);
[C++]

Parameters SchematicElementClasses [out, retval]
SchematicElementClasses is a parameter of type IEnumSchematicElementClass

Product Availability

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

See Also

ISchematicDiagramClass Interface