This document is archived and information here might be outdated.  Recommended version.


IARGlobeControl.ExportView Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARGlobeControl Interface > IARGlobeControl.ExportView Method
ArcGIS Developer Help

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