ArcFM Server Developer Guide
BeforeImport Method (MMDomainsIEClass)


Syntax
'Declaration
 
Public Overridable Function BeforeImport( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal pElement As Miner.Interop.msxml6.IXMLDOMElement, _
   ByVal eOption As mmGxXMLOptions, _
   ByVal eSubtypeOptions As mmGxXMLSubtypeOptions _
) As Boolean
'Usage
 
Dim instance As MMDomainsIEClass
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim pElement As Miner.Interop.msxml6.IXMLDOMElement
Dim eOption As mmGxXMLOptions
Dim eSubtypeOptions As mmGxXMLSubtypeOptions
Dim value As Boolean
 
value = instance.BeforeImport(pWorkspace, pElement, eOption, eSubtypeOptions)
public virtual bool BeforeImport( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   Miner.Interop.msxml6.IXMLDOMElement pElement,
   mmGxXMLOptions eOption,
   mmGxXMLSubtypeOptions eSubtypeOptions
)

Parameters

pWorkspace
pElement
eOption
eSubtypeOptions
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

MMDomainsIEClass Class
MMDomainsIEClass Members

 

 


Send Comment