ArcObjects Library Reference  (System)    

IXMLStream.LoadFromFile Method

Loads from a file path.

[Visual Basic 6.0]
Sub LoadFromFile(
    ByVal filePath As String _
)
[Visual Basic .NET]
Public Sub LoadFromFile ( _
    ByVal filePath As String _
)
[C#]
public void LoadFromFile (
    string filePath
);
[Java]
public void loadFromFile (
    String filePath
)
throws
    IOException,
    AutomationException
[C++]
HRESULT LoadFromFile(
  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

 


Feedback Send feedback on this page