ArcFM Responder Mobile 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
)
procedure ImportDataFromDOM( 
    pXMLDoc: Miner.Interop.msxml2.IXMLDOMDocument;
    pProperties: ESRI.ArcGIS.esriSystem.IPropertySet
); 
function ImportDataFromDOM( 
   pXMLDoc : Miner.Interop.msxml2.IXMLDOMDocument,
   pProperties : ESRI.ArcGIS.esriSystem.IPropertySet
);
void ImportDataFromDOM( 
   Miner.Interop.msxml2.IXMLDOMDocument* pXMLDoc,
   ESRI.ArcGIS.esriSystem.IPropertySet* pProperties
) 
void ImportDataFromDOM( 
   Miner.Interop.msxml2.IXMLDOMDocument^ pXMLDoc,
   ESRI.ArcGIS.esriSystem.IPropertySet^ pProperties
) 

Parameters

pXMLDoc
pProperties
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMXMLData Interface
IMMXMLData Members

Send Feedback