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 > ISchematicSpatialQueryRule Interface > ISchematicSpatialQueryRule.ReverseRelation Property (ArcObjects .NET 10.5 SDK) |
Indicates if the relation between elements must be reversed.
[Visual Basic .NET] Public Property ReverseRelation As Boolean
[C#] public bool ReverseRelation {get; set;}
[C++]
HRESULT get_ReverseRelation(
VARIANT_BOOL* ReverseTRelation
);
[C++]
HRESULT put_ReverseRelation(
VARIANT_BOOL ReverseTRelation
);
[C++]
Parameters ReverseTRelation [out, retval] ReverseTRelation is a parameter of type VARIANT_BOOL ReverseTRelation [in] ReverseTRelation is a parameter of type VARIANT_BOOL