ArcObjects Library Reference (Schematic)  

ISchematicRelationshipRule.ReverseRelationshipLinkOrientation Property

Indicates if the relationship link orientation must be reversed.

[Visual Basic .NET]
Public Property ReverseRelationshipLinkOrientation As Boolean
[C#]
public bool ReverseRelationshipLinkOrientation {get; set;}
[C++]
HRESULT get_ReverseRelationshipLinkOrientation(
  VARIANT_BOOL* ReverseRelationshipLinkOrientation
);
[C++]
HRESULT put_ReverseRelationshipLinkOrientation(
  VARIANT_BOOL ReverseRelationshipLinkOrientation
);
[C++]

Parameters

ReverseRelationshipLinkOrientation [out, retval]   ReverseRelationshipLinkOrientation is a parameter of type VARIANT_BOOL ReverseRelationshipLinkOrientation [in]   ReverseRelationshipLinkOrientation 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