This document is archived and information here might be outdated. Recommended version. |
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