Global Mapper SDK
| GM_3DUtil . Position3DCamera Method |
Position the camera in an open 3D view window
Namespace:GlobalMapper.3D
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public static GM_Error_t32 Position3DCamera ( double aX , double aY , float aElev , double aHeading , double aPitch , double aBank )
Parameters
- aX
-
Type:
System
.
Double
IN: X coordinate for camera in current view projection - aY
-
Type:
System
.
Double
IN: Y coordinate for camera in current view projection - aElev
-
Type:
System
.
Single
IN: Elevation in meters for camera - aHeading
-
Type:
System
.
Double
IN: Heading in degrees from North (0) - aPitch
-
Type:
System
.
Double
IN: Pitch in degrees (+ is up, - is down) - aBank
-
Type:
System
.
Double
IN: not currently used
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.