Click or drag to resize

CMVIEWSet3DPointOfView Method

Set 3D point of view (no effect on 2D views)

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Set3DPointOfView(
	double x,
	double y,
	double z,
	double distance,
	double declination,
	double inclination
)

public void Set3DPointOfView(
	double x,
	double y,
	double z,
	double distance,
	double declination,
	double inclination
)

Parameters

x
Type: SystemDouble
X center
y
Type: SystemDouble
Y center
z
Type: SystemDouble
Z center
distance
Type: SystemDouble
Distance from center
declination
Type: SystemDouble
Declination, 0 to 360 CW from Y
inclination
Type: SystemDouble
Inclination, -90 to +90
See Also