ArcObjects Library Reference (PublisherControls)  

IARGlobeControl.ExportView Method

Exports the current view to a file.

[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