ArcFM Desktop Developer Guide
ExportDataToDOM Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

IPropertySet

Exports data to an XML DOM document and returns it.
Syntax
'Declaration
 
Function ExportDataToDOM( _
   Optional ByVal pProperties As ESRI.ArcGIS.esriSystem.IPropertySet _
) As Miner.Interop.msxml2.IXMLDOMDocument
'Usage
 
Dim instance As IMMXMLData
Dim pProperties As ESRI.ArcGIS.esriSystem.IPropertySet
Dim value As Miner.Interop.msxml2.IXMLDOMDocument
 
value = instance.ExportDataToDOM(pProperties)
Miner.Interop.msxml2.IXMLDOMDocument ExportDataToDOM( 
   ESRI.ArcGIS.esriSystem.IPropertySet pProperties
)

Parameters

pProperties

IPropertySet

Return Value

IXMLDOMDocument
Remarks

If you are using CYMDIST, this method does the following:

  • Returns the XML representing the network that was most recently loaded to CYMDIST with ImportDataFromDOM.

  • The returned XML is almost the same as the one passed in through ImportDataFromDOM. However, the CYMDIST API has made a few updates. FROM and TO nodes have been rearranged to reflect true downstream order. Also, an EdgeID attribute has been added to all point features to identify the section where they reside on the downstream end.

If you are using Electric Solver, this method does the following:

  • Returns the XML representing the network that was most recently loaded to the Solver with ImportDataFromDOM.

  • The returned XML is almost the same as the one passed in through ImportDataFromDOM. However, the Electric Solver API has made a few updates. FROM and TO nodes have been rearranged to reflect true downstream order. Also, an EdgeID attribute has been added to all point features to identify the section in which they reside on the downstream end.

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMXMLData Interface
IMMXMLData Members

 

 


Send Comment