This document is archived and information here might be outdated.  Recommended version.


ISchematicRelationshipRule.ReverseTargetRelation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicRelationshipRule.ReverseTargetRelation Property

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

Product Availability

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

See Also

ISchematicRelationshipRule Interface