ArcFM Engine Developer Guide
ImportDataFromDOM Method (IMMXMLData)


Syntax
'Declaration
 
Sub ImportDataFromDOM( _
   ByVal pXMLDoc As Miner.Interop.msxml2.IXMLDOMDocument, _
   Optional ByVal pProperties As ESRI.ArcGIS.esriSystem.IPropertySet _
) 
'Usage
 
Dim instance As IMMXMLData
Dim pXMLDoc As Miner.Interop.msxml2.IXMLDOMDocument
Dim pProperties As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.ImportDataFromDOM(pXMLDoc, pProperties)
void ImportDataFromDOM( 
   Miner.Interop.msxml2.IXMLDOMDocument pXMLDoc,
   ESRI.ArcGIS.esriSystem.IPropertySet pProperties
)

Parameters

pXMLDoc
pProperties
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