Click or drag to resize

GM_3DUtilSave3DViewToFile Method

Saves the current 3D view to a file

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 Save3DViewToFile(
	string aFilename,
	GM_RasterExportFormat_t32 aFormat,
	int aPixWidth,
	int aPixHeight
)

Parameters

aFilename
Type: SystemString
IN: filename to save to
aFormat
Type: GlobalMapperGM_RasterExportFormat_t32
IN: format to use (only BMP, JPG, and PNG supported)
aPixWidth
Type: SystemInt32
IN: pixel width to save (use 0 for current view size)
aPixHeight
Type: SystemInt32
IN: pixel height to save (use 0 for current view size)

Return Value

Type: GM_Error_t32
A GM Error Code
See Also