ArcObjects Library Reference (Schematic)  

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