ArcFM Responder Mobile Developer Guide
Export Method (IMMPxXMLImporterExporter2)






Syntax
'Declaration
 
Function Export( _
   Optional ByVal pParams As IDictionary _
) As Miner.Interop.msxml2.IXMLDOMElement
'Usage
 
Dim instance As IMMPxXMLImporterExporter2
Dim pParams As IDictionary
Dim value As Miner.Interop.msxml2.IXMLDOMElement
 
value = instance.Export(pParams)
Miner.Interop.msxml2.IXMLDOMElement Export( 
   IDictionary pParams
)
function Export( 
    pParams: IDictionary
): Miner.Interop.msxml2.IXMLDOMElement; 
function Export( 
   pParams : IDictionary
) : Miner.Interop.msxml2.IXMLDOMElement;
Miner.Interop.msxml2.IXMLDOMElement* Export( 
   IDictionary* pParams
) 
Miner.Interop.msxml2.IXMLDOMElement^ Export( 
   IDictionary^ pParams
) 

Parameters

pParams
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

IMMPxXMLImporterExporter2 Interface
IMMPxXMLImporterExporter2 Members

Send Feedback