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