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


IKmlConvertor.KmlParameters 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.KmlParameters Property
ArcGIS Developer Help

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