ArcObjects Library Reference (Schematic)  

ISchematicSpatialQueryRule.ReverseRelation Property

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

Product Availability

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

See Also

ISchematicSpatialQueryRule Interface