This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRelationshipRule Interface > ISchematicRelationshipRule.ReverseRelationshipLinkOrientation Property (ArcObjects .NET 10.4 SDK) |
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