Click or drag to resize

CMVIEWGet3DPointOfView Method

Get 3D point of view (values are will be <define>rDUMMY</define> if view for 2D views)

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

public void Get3DPointOfView(
	ref double x,
	ref double y,
	ref double z,
	ref double distance,
	ref double declination,
	ref 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