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


IKmlConvertor.ConvertToFile Method (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.ConvertToFile Method
ArcGIS Developer Help

IKmlConvertor.ConvertToFile Method

The Convert method.

[Visual Basic .NET]
Public Sub ConvertToFile ( _
    ByVal filename As String _
)
[C#]
public void ConvertToFile (
    string filename
);
[C++]
HRESULT ConvertToFile(
  BSTR filename
);
[C++]
Parameters
filename [in]

filename is a parameter of type BSTR

Product Availability

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

See Also

IKmlConvertor Interface