Miner.Interop.Desktop Assembly > Miner.Interop Namespace > IMMXMLData Interface : ExportDataToDOM Method |
IPropertySet
'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 )
IPropertySet
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.
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.