This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DViewer Interface > I3DViewer.GetScreenShot Method (ArcObjects .NET 10.4 SDK) |
Saves the content of the viewer and any windows superimposed on the scene viewer as an image.
[Visual Basic .NET] Public Sub GetScreenShot ( _ ByVal Type As esri3DOutputImageType, _ ByVal FileName As String _ )
[C#] public void GetScreenShot ( esri3DOutputImageType Type, string FileName );
[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