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


ISchematicRulesHelper.ReportRelations Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicRulesHelper.ReportRelations Method

Report the relations of first schematic feature to the second schematic feature.

[Visual Basic .NET]
Public Sub ReportRelations ( _
    ByVal FromInMemoryFeature As ISchematicInMemoryFeature, _
    ByVal ToInMemoryFeature As ISchematicInMemoryFeature, _
    ByVal Recursif As Boolean _
)
[C#]
public void ReportRelations (
    ISchematicInMemoryFeature FromInMemoryFeature,
    ISchematicInMemoryFeature ToInMemoryFeature,
    bool Recursif
);
[C++]
HRESULT ReportRelations(
  ISchematicInMemoryFeature* FromInMemoryFeature,
  ISchematicInMemoryFeature* ToInMemoryFeature,
  VARIANT_BOOL Recursif
);
[C++]

Parameters FromInMemoryFeature [in]
FromInMemoryFeature is a parameter of type ISchematicInMemoryFeature ToInMemoryFeature [in]
ToInMemoryFeature is a parameter of type ISchematicInMemoryFeature Recursif [in] Recursif is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicRulesHelper Interface