ArcFM Engine Developer Guide
SaveToDOMElement(mmXMLFormat,IXMLDOMDocument,IXMLDOMElement,IPropertySet) Method


Syntax
'Declaration
 
Public Overloads Overridable Sub SaveToDOMElement( _
   ByVal eXMLFormat As mmXMLFormat, _
   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 D8LayerClass
Dim eXMLFormat As mmXMLFormat
Dim pDocument As Miner.Interop.msxml2.IXMLDOMDocument
Dim pElement As Miner.Interop.msxml2.IXMLDOMElement
Dim pProperties As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.SaveToDOMElement(eXMLFormat, pDocument, pElement, pProperties)
public virtual void SaveToDOMElement( 
   mmXMLFormat eXMLFormat,
   Miner.Interop.msxml2.IXMLDOMDocument pDocument,
   Miner.Interop.msxml2.IXMLDOMElement pElement,
   ESRI.ArcGIS.esriSystem.IPropertySet pProperties
)

Parameters

eXMLFormat
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

D8LayerClass Class
D8LayerClass Members
Overload List

 

 


Send Comment