ArcFM Responder Mobile Developer Guide
ImportFromXMLElement Method (MMImportEDMDBClass)






Syntax
public virtual System.bool ImportFromXMLElement( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   Miner.Interop.msxml2.IXMLDOMElement pXMLElement,
   mmGxXMLOptions eOption
)
public function ImportFromXMLElement( 
    pWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace;
    pXMLElement: Miner.Interop.msxml2.IXMLDOMElement;
    eOption: mmGxXMLOptions
): System.Boolean; virtual; 
public function ImportFromXMLElement( 
   pWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace,
   pXMLElement : Miner.Interop.msxml2.IXMLDOMElement,
   eOption : mmGxXMLOptions
) : System.boolean;
public: virtual System.bool ImportFromXMLElement( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* pWorkspace,
   Miner.Interop.msxml2.IXMLDOMElement* pXMLElement,
   mmGxXMLOptions eOption
) 
public:
virtual System.bool ImportFromXMLElement( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ pWorkspace,
   Miner.Interop.msxml2.IXMLDOMElement^ pXMLElement,
   mmGxXMLOptions eOption
) 
'Declaration
 
Public Overridable Function ImportFromXMLElement( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal pXMLElement As Miner.Interop.msxml2.IXMLDOMElement, _
   ByVal eOption As mmGxXMLOptions _
) As System.Boolean
 
'Usage
 
Dim instance As MMImportEDMDBClass
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim pXMLElement As Miner.Interop.msxml2.IXMLDOMElement
Dim eOption As mmGxXMLOptions
Dim value As System.Boolean
 
value = instance.ImportFromXMLElement(pWorkspace, pXMLElement, eOption)

Parameters

pWorkspace
pXMLElement
eOption
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

MMImportEDMDBClass Class
MMImportEDMDBClass Members

Send Feedback