ArcObjects Library Reference (GeoDatabase)  

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(
  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

Product Availability

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

See Also

IDERelationshipClassEx Interface