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


IDERelationshipClassEx.IsComposite 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.IsComposite Property
ArcGIS Developer Help

IDERelationshipClassEx.IsComposite Property

Indicates if the relationship class represents a composite relationship in which the origin object class represents the composite object.

[Visual Basic .NET]
Public Property IsComposite As Boolean
[C#]
public bool IsComposite {get; set;}
[C++]
HRESULT get_IsComposite(
  Boolean* composite
);
[C++]
HRESULT put_IsComposite(
  VARIANT_BOOL composite
);
[C++]
Parameters
composite [out, retval]

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

Product Availability

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

See Also

IDERelationshipClassEx Interface