ArcObjects Library Reference  (PublisherControls)    

IARGlobeControl.ExportView Method

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
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Export the current view of the globe to a bitmap file.

See Also

IARGlobeControl Interface

 


Feedback Send feedback on this page