ArcFM Desktop Developer Guide
ExportOptionsForm Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal etype As ExportOptionsForm.eExportType, _
   ByVal sFileName As String, _
   ByVal pAV As ESRI.ArcGIS.Carto.IActiveView _
)
'Usage
 
Dim etype As ExportOptionsForm.eExportType
Dim sFileName As String
Dim pAV As ESRI.ArcGIS.Carto.IActiveView
 
Dim instance As New ExportOptionsForm(etype, sFileName, pAV)
public ExportOptionsForm( 
   ExportOptionsForm.eExportType etype,
   string sFileName,
   ESRI.ArcGIS.Carto.IActiveView pAV
)

Parameters

etype
sFileName
pAV
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

ExportOptionsForm Class
ExportOptionsForm Members

 

 


Send Comment