This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IP > IParcelConstructionData Interface > IParcelConstructionData.LoadConstructionDataFromXML Method (ArcObjects .NET 10.4 SDK) |
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