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


ISchematicDiagramClass.AssociatedSchematicElementClasses Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDiagramClass Interface > ISchematicDiagramClass.AssociatedSchematicElementClasses Property
ArcGIS Developer Help

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