This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRulesHelper Interface > ISchematicRulesHelper.ReportRelations Method (ArcObjects .NET 10.5 SDK) |
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