ArcObjects Library Reference (Carto)  

IRelateInfo2.IsComposite Property

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

ERROR: Syntax information about IRelateInfo2.IsComposite may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Carto.dll

[C++]
HRESULT get_IsComposite(
  VARIANT_BOOL* composite
);
[C++]

Parameters

composite [out, retval]   composite is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRelateInfo2 Interface