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


ISchematicDiagramClassName.AssociatedElementClassNames Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

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