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


ISchematicRelationshipRule.ReverseRelationshipLinkOrientation Property (ArcObjects .NET 10.5 SDK)
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