ArcFM Desktop Developer Guide
RecursiveSaveToXML(mmXMLFormat,IXMLDOMDocument,IXMLDOMElement,IPropertySet) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
[TypeLibFunc(TypeLibFuncFlags.FHidden)]
public virtual void RecursiveSaveToXML( 
   mmXMLFormat eXMLFormat,
   Miner.Interop.msxml2.IXMLDOMDocument pXMLDoc,
   ref Miner.Interop.msxml2.IXMLDOMElement ppElement,
   ESRI.ArcGIS.esriSystem.IPropertySet pProperties
)
'Declaration
 
<TypeLibFuncAttribute(TypeLibFuncFlags.FHidden)>
Public Overloads Overridable 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 D8FeatureClass
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)

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

D8FeatureClass Class
D8FeatureClass Members
Overload List

 

 


Send Comment