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


ISchematicRelationshipRule.ReverseTargetRelation 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.ReverseTargetRelation Property
ArcGIS Developer Help

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

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

Product Availability

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

See Also

ISchematicRelationshipRule Interface