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


ISchematicElementAssociationContainer.SchematicElementAssociationByID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicElementAssociationContainer.SchematicElementAssociationByID Property

Schematic element association referenced by the specified ID.

[Visual Basic .NET]
Public Function get_SchematicElementAssociationByID ( _
    ByVal ID As Integer _
) As ISchematicElementAssociation
[C#]
public ISchematicElementAssociation get_SchematicElementAssociationByID (
    int ID
);
[C++]
HRESULT get_SchematicElementAssociationByID(
  long ID,
  ISchematicElementAssociation** SchematicElementAssociation
);
[C++]

Parameters ID [in] ID is a parameter of type long SchematicElementAssociation [out, retval]
SchematicElementAssociation is a parameter of type ISchematicElementAssociation

Product Availability

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

See Also

ISchematicElementAssociationContainer Interface