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


ISchematicRelationshipRule.ReverseRelationshipLinkOrientation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRelationshipRule Interface > ISchematicRelationshipRule.ReverseRelationshipLinkOrientation Property
ArcGIS Developer Help

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(
  Boolean* ReverseRelationshipLinkOrientation
);
[C++]
HRESULT put_ReverseRelationshipLinkOrientation(
  VARIANT_BOOL ReverseRelationshipLinkOrientation
);
[C++]
Parameters
ReverseRelationshipLinkOrientation [out, retval]

ReverseRelationshipLinkOrientation is a parameter of type bool* ReverseRelationshipLinkOrientation [in]
ReverseRelationshipLinkOrientation is a parameter of type bool

Product Availability

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

See Also

ISchematicRelationshipRule Interface