 | CVOXSetSimpleLocation Method |
Set Simple Location information
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetSimpleLocation(
double origin_x,
double origin_y,
double origin_z,
double cell_x,
double cell_y,
double cell_z
)
public void SetSimpleLocation(
double origin_x,
double origin_y,
double origin_z,
double cell_x,
double cell_y,
double cell_z
)
Public Sub SetSimpleLocation (
origin_x As Double,
origin_y As Double,
origin_z As Double,
cell_x As Double,
cell_y As Double,
cell_z As Double
)
Public Sub SetSimpleLocation (
origin_x As Double,
origin_y As Double,
origin_z As Double,
cell_x As Double,
cell_y As Double,
cell_z As Double
)
public:
void SetSimpleLocation(
double origin_x,
double origin_y,
double origin_z,
double cell_x,
double cell_y,
double cell_z
)
public:
void SetSimpleLocation(
double origin_x,
double origin_y,
double origin_z,
double cell_x,
double cell_y,
double cell_z
)
member SetSimpleLocation :
origin_x : float *
origin_y : float *
origin_z : float *
cell_x : float *
cell_y : float *
cell_z : float -> unit
member SetSimpleLocation :
origin_x : float *
origin_y : float *
origin_z : float *
cell_x : float *
cell_y : float *
cell_z : float -> 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 changed) - cell_y
- Type: SystemDouble
Cell Sizes in Y (<define>rDUMMY</define> if not changed) - cell_z
- Type: SystemDouble
Cell Sizes in Z (<define>rDUMMY</define> if not changed)
See Also