Click or drag to resize

CVOXEProfile Method

Extract a profile of data along points provided.

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

public void Profile(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CVV vv_d,
	int interp
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetXCVV
X VV (must be double)
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y VV (must be double)
vv_z
Type: GeoEngine.Core.GXNetXCVV
Z VV (must be double)
vv_d
Type: GeoEngine.Core.GXNetXCVV
D VV (must be double)
interp
Type: SystemInt32
<define>VOXE_EVAL</define>
See Also