ArcFM Engine Developer Guide
ImportFromXMLElement Method (IMMImportGeoNet)


Syntax
'Declaration
 
Function ImportFromXMLElement( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal pXMLElement As Miner.Interop.msxml2.IXMLDOMElement, _
   ByVal eOption As mmGxXMLOptions _
) As Boolean
'Usage
 
Dim instance As IMMImportGeoNet
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim pXMLElement As Miner.Interop.msxml2.IXMLDOMElement
Dim eOption As mmGxXMLOptions
Dim value As Boolean
 
value = instance.ImportFromXMLElement(pWorkspace, pXMLElement, eOption)
bool ImportFromXMLElement( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   Miner.Interop.msxml2.IXMLDOMElement pXMLElement,
   mmGxXMLOptions eOption
)

Parameters

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

IMMImportGeoNet Interface
IMMImportGeoNet Members

 

 


Send Comment