Get Composite property.
[Visual Basic .NET] Public Property Composite As Boolean
[C#] public bool Composite {get; set;}
[C++]
HRESULT get_Composite(
VARIANT_BOOL* pComposite
);
[C++]
HRESULT put_Composite(
VARIANT_BOOL pComposite
);
[C++]Parameters
pComposite [out, retval] pComposite is a parameter of type VARIANT_BOOL pComposite [in] pComposite is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.