Exports the current view to a file.
[Visual Basic 6.0] Sub ExportView(
ByVal format As esriARExportFormat, _
ByVal sFilename As String _
) As Empty
[Visual Basic .NET] Public Sub ExportView ( _ ByVal format As esriARExportFormat, _ ByVal sFilename As String _ )
[C#] public void ExportView ( esriARExportFormat format, string sFilename );
Export the current view of the globe to a bitmap file.