This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRelationshipRule Interface > ISchematicRelationshipRule.ReverseTargetRelation Property (ArcObjects .NET 10.4 SDK) |
Indicates if the target relation must be reversed.
[Visual Basic .NET] Public Property ReverseTargetRelation As Boolean
[C#] public bool ReverseTargetRelation {get; set;}
[C++]
HRESULT get_ReverseTargetRelation(
VARIANT_BOOL* ReverseTargetRelation
);
[C++]
HRESULT put_ReverseTargetRelation(
VARIANT_BOOL ReverseTargetRelation
);
[C++]
Parameters ReverseTargetRelation [out, retval] ReverseTargetRelation is a parameter of type VARIANT_BOOL ReverseTargetRelation [in] ReverseTargetRelation is a parameter of type VARIANT_BOOL