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


IParcelConstructionData.LoadConstructionDataFromXMLString Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IP > IParcelConstructionData Interface > IParcelConstructionData.LoadConstructionDataFromXMLString Method
ArcGIS Developer Help

IParcelConstructionData.LoadConstructionDataFromXMLString Method

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.

See Also

IParcelConstructionData Interface