This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERelationshipClassEx Interface > IDERelationshipClassEx.IsReflexive Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* reflexive
);
[C++]
HRESULT put_IsReflexive(
VARIANT_BOOL reflexive
);
[C++]
Parameters reflexive [out, retval] reflexive is a parameter of type VARIANT_BOOL reflexive [in] reflexive is a parameter of type VARIANT_BOOL