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


IKmlConvertor.KmlParameters Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IKmlConvertor.KmlParameters Property

Get list of verious KML parameters.

[Visual Basic .NET]
Public Property KmlParameters As IPropertySet
[C#]
public IPropertySet KmlParameters {get; set;}
[C++]
HRESULT get_KmlParameters(
  IPropertySet** pProps
);
[C++]
HRESULT put_KmlParameters(
  IPropertySet* pProps
);
[C++]

Parameters pProps [out, retval]
pProps is a parameter of type IPropertySet pProps [in]
pProps is a parameter of type IPropertySet

Product Availability

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

See Also

IKmlConvertor Interface