ArcFM Solution Developer Guide
LoadFromDOM Method (IMMPersistentXML2)


Returns a value from the mmXMLFormat enumeration that specifies the type of XML
XML document to be loaded (as IXMLDOMDocument)

IPropertySet

This method loads the list structure using the specified XML document. Create the root node first, then call LoadFromDOM on this node to hydrate the entire tree.
Syntax
'Declaration
 
Sub LoadFromDOM( _
   ByVal eFormat As mmXMLFormat, _
   ByVal pXMLDoc As Miner.Interop.msxml2.IXMLDOMDocument, _
   ByVal pProperties As ESRI.ArcGIS.esriSystem.IPropertySet _
) 
'Usage
 
Dim instance As IMMPersistentXML2
Dim eFormat As mmXMLFormat
Dim pXMLDoc As Miner.Interop.msxml2.IXMLDOMDocument
Dim pProperties As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.LoadFromDOM(eFormat, pXMLDoc, pProperties)
void LoadFromDOM( 
   mmXMLFormat eFormat,
   Miner.Interop.msxml2.IXMLDOMDocument pXMLDoc,
   ESRI.ArcGIS.esriSystem.IPropertySet pProperties
)

Parameters

eFormat
Returns a value from the mmXMLFormat enumeration that specifies the type of XML
pXMLDoc
XML document to be loaded (as IXMLDOMDocument)
pProperties

IPropertySet

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

IMMPersistentXML2 Interface
IMMPersistentXML2 Members

 

 


Send Comment