Global Mapper SDK
| GM_3DUtil . Save3DViewToFile Method |
Saves the current 3D view to a file
Namespace:GlobalMapper.3D
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public static GM_Error_t32 Save3DViewToFile ( string aFilename , GM_RasterExportFormat_t32 aFormat , int aPixWidth , int aPixHeight )
Parameters
- aFilename
-
Type:
System
.
String
IN: filename to save to - aFormat
-
Type:
GlobalMapper
.
GM_RasterExportFormat_t32
IN: format to use (only BMP, JPG, and PNG supported) - aPixWidth
-
Type:
System
.
Int32
IN: pixel width to save (use 0 for current view size) - aPixHeight
-
Type:
System
.
Int32
IN: pixel height to save (use 0 for current view size)
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.