This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLStream Interface > IXMLStream.LoadFromFile Method (ArcObjects .NET 10.5 SDK) |
Loads from a file path.
[Visual Basic .NET] Public Sub LoadFromFile ( _ ByVal filePath As String _ )
[C#] public void LoadFromFile ( string filePath );
[C++]
HRESULT LoadFromFile(
BSTR filePath
);
[C++]
Parameters filePath [in] filePath is a parameter of type BSTR