Populates the construction data object properties by reading the xml string.
[Visual Basic .NET] Public Sub LoadConstructionDataFromXMLString ( _ ByVal XMLString As String _ )
[C#] public void LoadConstructionDataFromXMLString ( string XMLString );
[C++]
HRESULT LoadConstructionDataFromXMLString(
BSTR XMLString
);
[C++]Parameters
XMLString [in] XMLString is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.