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


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

ISchematicInMemoryFeatureLinkerEdit.ReportAssociations Method

Reports associations from one schematic feature to another one.

[Visual Basic .NET]
Public Sub ReportAssociations ( _
    ByVal FromInMemoryFeature As ISchematicInMemoryFeature, _
    ByVal ToInMemoryFeature As ISchematicInMemoryFeature _
)
[C#]
public void ReportAssociations (
    ISchematicInMemoryFeature FromInMemoryFeature,
    ISchematicInMemoryFeature ToInMemoryFeature
);
[C++]
HRESULT ReportAssociations(
  ISchematicInMemoryFeature* FromInMemoryFeature,
  ISchematicInMemoryFeature* ToInMemoryFeature
);
[C++]
Parameters
FromInMemoryFeature [in]

FromInMemoryFeature is a parameter of type ISchematicInMemoryFeature* ToInMemoryFeature [in]
ToInMemoryFeature is a parameter of type ISchematicInMemoryFeature*

Product Availability

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

See Also

ISchematicInMemoryFeatureLinkerEdit Interface