![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElementAssociationContainer Interface > ISchematicElementAssociationContainer.SchematicElementAssociationByID Property (ArcObjects .NET 10.4 SDK) |
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