ArcFM Engine Developer Guide
SaveToXML Method (MMExtendedDataClass)


Syntax
'Declaration
 
Public Overridable Sub SaveToXML( _
   ByVal pDocument As Miner.Interop.msxml2.IXMLDOMDocument, _
   ByVal pElement As Miner.Interop.msxml2.IXMLDOMElement, _
   ByVal pProperties As ESRI.ArcGIS.esriSystem.IPropertySet _
) 
'Usage
 
Dim instance As MMExtendedDataClass
Dim pDocument As Miner.Interop.msxml2.IXMLDOMDocument
Dim pElement As Miner.Interop.msxml2.IXMLDOMElement
Dim pProperties As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.SaveToXML(pDocument, pElement, pProperties)
public virtual void SaveToXML( 
   Miner.Interop.msxml2.IXMLDOMDocument pDocument,
   Miner.Interop.msxml2.IXMLDOMElement pElement,
   ESRI.ArcGIS.esriSystem.IPropertySet pProperties
)

Parameters

pDocument
pElement
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

MMExtendedDataClass Class
MMExtendedDataClass Members

 

 


Send Comment