Global Mapper SDK
| GM_3DUtil . Set3DView Method |
Sets what to display in the currently open 3D view window (opens view if needed)
Namespace:GlobalMapper.3D
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public static GM_Error_t32 Set3DView ( GM_LayerList_t aLayerList , GM_DrawFlags_t32 aDrawFlags , GM_Rectangle_t aWorldBounds , GM_PixelRect_t aPixelRect , uint aReserved )
Parameters
- aLayerList
-
Type:
GlobalMapper
.
GM_LayerList_t
IN: List of layers to drape on top of terrain or NULL for all - aDrawFlags
-
Type:
GlobalMapper
.
GM_DrawFlags_t32
IN: Flags controlling how the draw is performed - aWorldBounds
-
Type:
GlobalMapper
.
GM_Rectangle_t
IN: World bounds to convert from or NULL for last drawn - aPixelRect
-
Type:
GlobalMapper
.
GM_PixelRect_t
IN: Pixel bounds to convert from or NULL for last drawn - aReserved
-
Type:
System
.
UInt32
IN: Reserved (set to 0)
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.