ArcObjects Library Reference (GeoDatabaseExtensions)  

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 LPUNKNOWN

Product Availability

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

See Also

IParcelConstructionData Interface