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


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

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 bool

Product Availability

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

See Also

ISchematicRulesHelper Interface