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


IKmlConvertor.Composite Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlConvertor Interface > IKmlConvertor.Composite Property
ArcGIS Developer Help

IKmlConvertor.Composite Property

Get Composite property.

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

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

Product Availability

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

See Also

IKmlConvertor Interface