ArcObjects Library Reference (Schematic)  

ISchematicElementAssociation.SchematicElement Property

Schematic element related to the association.

[Visual Basic .NET]
Public ReadOnly Property SchematicElement As ISchematicElement
[C#]
public ISchematicElement SchematicElement {get;}
[C++]
HRESULT get_SchematicElement(
  ISchematicElement** SchematicElement
);
[C++]

Parameters

SchematicElement [out, retval]

  SchematicElement is a parameter of type ISchematicElement

Product Availability

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

See Also

ISchematicElementAssociation Interface