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


ISchematicInMemoryFeature.GetSecondaryAssociations Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeature Interface > ISchematicInMemoryFeature.GetSecondaryAssociations Method
ArcGIS Developer Help

ISchematicInMemoryFeature.GetSecondaryAssociations Method

The secondary associations of the in memory feature.

[Visual Basic .NET]
Public Function GetSecondaryAssociations ( _
) As IEnumSchematicInMemoryFeatureAssociation
[C#]
public IEnumSchematicInMemoryFeatureAssociation GetSecondaryAssociations (
);
[C++]
HRESULT GetSecondaryAssociations(
void
);

Product Availability

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

See Also

ISchematicInMemoryFeature Interface