ArcFM Engine Developer Guide
Import Method (IMMXMLImportExport)


Syntax
'Declaration
 
Function Import( _
   ByVal pWS As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal pElement As Miner.Interop.msxml2.IXMLDOMElement, _
   ByVal eOption As mmGxXMLOptions _
) As Boolean
'Usage
 
Dim instance As IMMXMLImportExport
Dim pWS As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim pElement As Miner.Interop.msxml2.IXMLDOMElement
Dim eOption As mmGxXMLOptions
Dim value As Boolean
 
value = instance.Import(pWS, pElement, eOption)
bool Import( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWS,
   Miner.Interop.msxml2.IXMLDOMElement pElement,
   mmGxXMLOptions eOption
)

Parameters

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

IMMXMLImportExport Interface
IMMXMLImportExport Members

 

 


Send Comment