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


IParcelConstructionData.LoadConstructionDataFromXML 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.LoadConstructionDataFromXML Method
ArcGIS Developer Help

IParcelConstructionData.LoadConstructionDataFromXML Method

Populates the construction data object properties by reading the properties from the xml parcel node.

[Visual Basic .NET]
Public Sub LoadConstructionDataFromXML ( _
    ByVal pXMLParcelNode As Object _
)
[C#]
public void LoadConstructionDataFromXML (
    object pXMLParcelNode
);
[C++]
HRESULT LoadConstructionDataFromXML(
  LPUNKNOWN pXMLParcelNode
);
[C++]
Parameters
pXMLParcelNode [in]

pXMLParcelNode is a parameter of type IUnknown

Product Availability

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

See Also

IParcelConstructionData Interface