Click or drag to resize

CVOXGetLocationPoints Method

Get the computed location points.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetLocationPoints(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

public void GetLocationPoints(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetXCVV
Locations in X
vv_y
Type: GeoEngine.Core.GXNetXCVV
Locations in Y
vv_z
Type: GeoEngine.Core.GXNetXCVV
Locations in Z
See Also