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


IKmlConvertor.Composite Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IKmlConvertor.Composite Property

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.

See Also

IKmlConvertor Interface