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


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

ISchematicElementAssociationContainer.SchematicElementAssociations Property

Schematic element associations enumeration within the container.

[Visual Basic .NET]
Public ReadOnly Property SchematicElementAssociations As IEnumSchematicElementAssociation
[C#]
public IEnumSchematicElementAssociation SchematicElementAssociations {get;}
[C++]
HRESULT get_SchematicElementAssociations(
  IEnumSchematicElementAssociation** SchematicElementAssociations
);
[C++]
Parameters
SchematicElementAssociations [out, retval]

SchematicElementAssociations is a parameter of type IEnumSchematicElementAssociation**

Product Availability

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

See Also

ISchematicElementAssociationContainer Interface