ArcObjects Library Reference  (3DAnalyst)    

I3DViewer.GetScreenShot Method

Saves the content of the viewer and any windows superimposed on the scene viewer as an image.

[Visual Basic 6.0]
Sub GetScreenShot(
    ByVal Type As esri3DOutputImageType, _
    ByVal FileName As String _
)
[Visual Basic .NET]
Public Sub GetScreenShot ( _
    ByVal Type As esri3DOutputImageType, _
    ByVal FileName As String _
)
[C#]
public void GetScreenShot (
    esri3DOutputImageType Type,
    string FileName
);
[Java]
public void getScreenShot (
    esri3DOutputImageType Type,
    String FileName
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetScreenShot(
  esri3DOutputImageType Type,
  BSTR FileName
);
[C++]

Parameters

Type [in]

  Type is a parameter of type esri3DOutputImageType

FileName [in]

  FileName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

I3DViewer Interface

 


Feedback Send feedback on this page