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


IXMLStream.SaveToFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLStream Interface > IXMLStream.SaveToFile Method
ArcGIS Developer Help

IXMLStream.SaveToFile Method

Saves to a file path.

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

filePath is a parameter of type BSTR

Product Availability

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

See Also

IXMLStream Interface