ArcObjects Library Reference (Carto)  

IKmlConversion.LayerToFile Method

Converts a layer to KML and outputs a KMZ file.

[Visual Basic .NET]
Public Sub LayerToFile ( _
    ByVal pLayer As ILayer, _
    ByVal pQueryFilter As IQueryFilter, _
    ByVal pKmlParameters As IPropertySet, _
    ByVal Filename As String _
)
[C#]
public void LayerToFile (
    ILayer pLayer,
    IQueryFilter pQueryFilter,
    IPropertySet pKmlParameters,
    string Filename
);
[C++]
HRESULT LayerToFile(
  ILayer* pLayer,
  IQueryFilter* pQueryFilter,
  IPropertySet* pKmlParameters,
  BSTR Filename
);
[C++]

Parameters

pLayer [in]

  pLayer is a parameter of type ILayer

pQueryFilter [in]

  pQueryFilter is a parameter of type IQueryFilter

pKmlParameters [in]

  pKmlParameters is a parameter of type IPropertySet

Filename [in]   Filename is a parameter of type BSTR

Product Availability

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

See Also

IKmlConversion Interface