Click or drag to resize

CVOXSetLocation Method

Set Location information

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

public void SetLocation(
	double origin_x,
	double origin_y,
	double origin_z,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

Parameters

origin_x
Type: SystemDouble
Origin X
origin_y
Type: SystemDouble
Origin Y
origin_z
Type: SystemDouble
Origin Z
vv_x
Type: GeoEngine.Core.GXNetXCVV
Cell sizes in X
vv_y
Type: GeoEngine.Core.GXNetXCVV
Cell sizes in Y
vv_z
Type: GeoEngine.Core.GXNetXCVV
Cell sizes in Z
See Also