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


ISchematicElementAssociationContainer.SchematicElementAssociationByID 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.SchematicElementAssociationByID Property
ArcGIS Developer Help

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