GM_3DUtilSave3DViewToFile Method |
Saves the current 3D view to a file
Namespace:
GlobalMapper.GM3D
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 Save3DViewToFile(
string aFilename,
GM_RasterExportFormat_t32 aFormat,
int aPixWidth,
int aPixHeight
)
Public Shared Function Save3DViewToFile (
aFilename As String,
aFormat As GM_RasterExportFormat_t32,
aPixWidth As Integer,
aPixHeight As Integer
) As GM_Error_t32
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: GlobalMapper.TypesGM_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_t32A GM Error Code
See Also