ArcFM Solution Developer Guide
RecursiveSaveToXML Method (IMMPersistentXML2)


Syntax
'Declaration
 
<TypeLibFuncAttribute(TypeLibFuncFlags.FHidden)>
Sub RecursiveSaveToXML( _
   ByVal eXMLFormat As mmXMLFormat, _
   ByVal pXMLDoc As Miner.Interop.msxml2.IXMLDOMDocument, _
   ByRef ppElement As Miner.Interop.msxml2.IXMLDOMElement, _
   ByVal pProperties As ESRI.ArcGIS.esriSystem.IPropertySet _
) 
'Usage
 
Dim instance As IMMPersistentXML2
Dim eXMLFormat As mmXMLFormat
Dim pXMLDoc As Miner.Interop.msxml2.IXMLDOMDocument
Dim ppElement As Miner.Interop.msxml2.IXMLDOMElement
Dim pProperties As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.RecursiveSaveToXML(eXMLFormat, pXMLDoc, ppElement, pProperties)
[TypeLibFunc(TypeLibFuncFlags.FHidden)]
void RecursiveSaveToXML( 
   mmXMLFormat eXMLFormat,
   Miner.Interop.msxml2.IXMLDOMDocument pXMLDoc,
   ref Miner.Interop.msxml2.IXMLDOMElement ppElement,
   ESRI.ArcGIS.esriSystem.IPropertySet pProperties
)

Parameters

eXMLFormat
pXMLDoc
ppElement
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

IMMPersistentXML2 Interface
IMMPersistentXML2 Members

 

 


Send Comment