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