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


IKmlConvertor.ConvertToFile Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

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