ArcFM Responder Mobile Developer Guide
ExportToXMLFile Method (IMMExportGeoNet)






Syntax
'Declaration
 
Sub ExportToXMLFile( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal bstrXMLFileName As System.String, _
   ByVal eOption As mmGxXMLOptions _
) 
'Usage
 
Dim instance As IMMExportGeoNet
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim bstrXMLFileName As System.String
Dim eOption As mmGxXMLOptions
 
instance.ExportToXMLFile(pWorkspace, bstrXMLFileName, eOption)
void ExportToXMLFile( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   System.string bstrXMLFileName,
   mmGxXMLOptions eOption
)
procedure ExportToXMLFile( 
    pWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace;
    bstrXMLFileName: System.String;
    eOption: mmGxXMLOptions
); 
function ExportToXMLFile( 
   pWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace,
   bstrXMLFileName : System.String,
   eOption : mmGxXMLOptions
);
void ExportToXMLFile( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* pWorkspace,
   System.string* bstrXMLFileName,
   mmGxXMLOptions eOption
) 
void ExportToXMLFile( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ pWorkspace,
   System.String^ bstrXMLFileName,
   mmGxXMLOptions eOption
) 

Parameters

pWorkspace
bstrXMLFileName
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

IMMExportGeoNet Interface
IMMExportGeoNet Members

Send Feedback