 | CVOXGetLocation Method |
Get Location information
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetLocation(
ref double origin_x,
ref double origin_y,
ref double origin_z,
CVV vv_x,
CVV vv_y,
CVV vv_z
)
public void GetLocation(
ref double origin_x,
ref double origin_y,
ref double origin_z,
CVV vv_x,
CVV vv_y,
CVV vv_z
)
Public Sub GetLocation (
ByRef origin_x As Double,
ByRef origin_y As Double,
ByRef origin_z As Double,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
Public Sub GetLocation (
ByRef origin_x As Double,
ByRef origin_y As Double,
ByRef origin_z As Double,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
public:
void GetLocation(
double% origin_x,
double% origin_y,
double% origin_z,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
public:
void GetLocation(
double% origin_x,
double% origin_y,
double% origin_z,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
member GetLocation :
origin_x : float byref *
origin_y : float byref *
origin_z : float byref *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
member GetLocation :
origin_x : float byref *
origin_y : float byref *
origin_z : float byref *
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