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


IItemInfoImpl.LoadFromXmlFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfoImpl Interface > IItemInfoImpl.LoadFromXmlFile Method
ArcGIS Developer Help

IItemInfoImpl.LoadFromXmlFile Method

Load ItemInfo from a XML file.

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

xmlFilePath is a parameter of type BSTR

Product Availability

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

See Also

IItemInfoImpl Interface