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


IGlobeDisplay.StartPrintingExporting Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

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