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


IRelationshipClassName.IsComposite Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipClassName Interface > IRelationshipClassName.IsComposite Property
ArcGIS Developer Help

IRelationshipClassName.IsComposite Property

Indicates if Composite.

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

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

Product Availability

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

See Also

IRelationshipClassName Interface