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