ArcFM Solution Developer Guide
LoadSingleNode Method (IMMPersistentXML2)






Returns a value from the mmXMLFormat enumeration that specifies the type of XML
XML document from which the node is loaded (as IXMLDOMDocument)
IPropertySet
This method loads the a single node from the list structure using the specified XML document.
Syntax
'Declaration
 
Sub LoadSingleNode( _
   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.LoadSingleNode(eFormat, pXMLDoc, pProperties)
void LoadSingleNode( 
   mmXMLFormat eFormat,
   Miner.Interop.msxml2.IXMLDOMDocument pXMLDoc,
   ESRI.ArcGIS.esriSystem.IPropertySet pProperties
)
procedure LoadSingleNode( 
    eFormat: mmXMLFormat;
    pXMLDoc: Miner.Interop.msxml2.IXMLDOMDocument;
    pProperties: ESRI.ArcGIS.esriSystem.IPropertySet
); 
function LoadSingleNode( 
   eFormat : mmXMLFormat,
   pXMLDoc : Miner.Interop.msxml2.IXMLDOMDocument,
   pProperties : ESRI.ArcGIS.esriSystem.IPropertySet
);
void LoadSingleNode( 
   mmXMLFormat eFormat,
   Miner.Interop.msxml2.IXMLDOMDocument* pXMLDoc,
   ESRI.ArcGIS.esriSystem.IPropertySet* pProperties
) 
void LoadSingleNode( 
   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 from which the node is loaded (as IXMLDOMDocument)
pProperties
IPropertySet
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

IMMPersistentXML2 Interface
IMMPersistentXML2 Members

Send Feedback