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


IGlobeDisplay.StartPrintingExporting Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplay Interface > IGlobeDisplay.StartPrintingExporting Method
ArcGIS Developer Help

IGlobeDisplay.StartPrintingExporting Method

Start exporting/printing with an extending cull area.

[Visual Basic .NET]
Public Sub StartPrintingExporting ( _
    ByVal cullArea As Double _
)
[C#]
public void StartPrintingExporting (
    double cullArea
);
[C++]
HRESULT StartPrintingExporting(
  double cullArea
);
[C++]
Parameters
cullArea [in]

cullArea is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeDisplay Interface