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


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

ISchematicDiagramClassName.AssociatedElementClassNames Property

The schematic element class names that are associated to the diagram class name.

[Visual Basic .NET]
Public ReadOnly Property AssociatedElementClassNames As IEnumDatasetName
[C#]
public IEnumDatasetName AssociatedElementClassNames {get;}
[C++]
HRESULT get_AssociatedElementClassNames(
  IEnumDatasetName** EnumAssociatedElementClassName
);
[C++]
Parameters
EnumAssociatedElementClassName [out, retval]

EnumAssociatedElementClassName is a parameter of type IEnumDatasetName**

Product Availability

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

See Also

ISchematicDiagramClassName Interface