 | CVOXSetLocation Method |
Set Location information
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic 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
)
Public Sub SetLocation (
origin_x As Double,
origin_y As Double,
origin_z As Double,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
Public Sub SetLocation (
origin_x As Double,
origin_y As Double,
origin_z As Double,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
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
)
member SetLocation :
origin_x : float *
origin_y : float *
origin_z : float *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
member SetLocation :
origin_x : float *
origin_y : float *
origin_z : float *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
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