 | CVOXGetSimpleLocation Method |
Get Simple Location information
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetSimpleLocation(
ref double origin_x,
ref double origin_y,
ref double origin_z,
ref double cell_x,
ref double cell_y,
ref double cell_z
)
public void GetSimpleLocation(
ref double origin_x,
ref double origin_y,
ref double origin_z,
ref double cell_x,
ref double cell_y,
ref double cell_z
)
Public Sub GetSimpleLocation (
ByRef origin_x As Double,
ByRef origin_y As Double,
ByRef origin_z As Double,
ByRef cell_x As Double,
ByRef cell_y As Double,
ByRef cell_z As Double
)
Public Sub GetSimpleLocation (
ByRef origin_x As Double,
ByRef origin_y As Double,
ByRef origin_z As Double,
ByRef cell_x As Double,
ByRef cell_y As Double,
ByRef cell_z As Double
)
public:
void GetSimpleLocation(
double% origin_x,
double% origin_y,
double% origin_z,
double% cell_x,
double% cell_y,
double% cell_z
)
public:
void GetSimpleLocation(
double% origin_x,
double% origin_y,
double% origin_z,
double% cell_x,
double% cell_y,
double% cell_z
)
member GetSimpleLocation :
origin_x : float byref *
origin_y : float byref *
origin_z : float byref *
cell_x : float byref *
cell_y : float byref *
cell_z : float byref -> unit
member GetSimpleLocation :
origin_x : float byref *
origin_y : float byref *
origin_z : float byref *
cell_x : float byref *
cell_y : float byref *
cell_z : float byref -> unit
Parameters
- origin_x
- Type: SystemDouble
Origin X - origin_y
- Type: SystemDouble
Origin Y - origin_z
- Type: SystemDouble
Origin Z - cell_x
- Type: SystemDouble
Cell Sizes in X (<define>rDUMMY</define> if not uniform) - cell_y
- Type: SystemDouble
Cell Sizes in Y (<define>rDUMMY</define> if not uniform) - cell_z
- Type: SystemDouble
Cell Sizes in Z (<define>rDUMMY</define> if not uniform)
See Also