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


IDERelationshipClassEx.IsReflexive Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERelationshipClassEx Interface > IDERelationshipClassEx.IsReflexive Property
ArcGIS Developer Help

IDERelationshipClassEx.IsReflexive Property

Indicates if origin and destination sets intersect.

[Visual Basic .NET]
Public Property IsReflexive As Boolean
[C#]
public bool IsReflexive {get; set;}
[C++]
HRESULT get_IsReflexive(
  Boolean* reflexive
);
[C++]
HRESULT put_IsReflexive(
  VARIANT_BOOL reflexive
);
[C++]
Parameters
reflexive [out, retval]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDERelationshipClassEx Interface