 | CVOXIGetCellSizeStrings Method (String, Int32, String, Int32, String, Int32, Double, Double, Double) |
Get the Location Strings
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetCellSizeStrings(
ref string loc_x,
int loc_size_x,
ref string loc_y,
int loc_size_y,
ref string loc_z,
int loc_size_z,
double scale_x,
double scale_y,
double scale_z
)
public void IGetCellSizeStrings(
ref string loc_x,
int loc_size_x,
ref string loc_y,
int loc_size_y,
ref string loc_z,
int loc_size_z,
double scale_x,
double scale_y,
double scale_z
)
Public Sub IGetCellSizeStrings (
ByRef loc_x As String,
loc_size_x As Integer,
ByRef loc_y As String,
loc_size_y As Integer,
ByRef loc_z As String,
loc_size_z As Integer,
scale_x As Double,
scale_y As Double,
scale_z As Double
)
Public Sub IGetCellSizeStrings (
ByRef loc_x As String,
loc_size_x As Integer,
ByRef loc_y As String,
loc_size_y As Integer,
ByRef loc_z As String,
loc_size_z As Integer,
scale_x As Double,
scale_y As Double,
scale_z As Double
)
public:
void IGetCellSizeStrings(
String^% loc_x,
int loc_size_x,
String^% loc_y,
int loc_size_y,
String^% loc_z,
int loc_size_z,
double scale_x,
double scale_y,
double scale_z
)
public:
void IGetCellSizeStrings(
String^% loc_x,
int loc_size_x,
String^% loc_y,
int loc_size_y,
String^% loc_z,
int loc_size_z,
double scale_x,
double scale_y,
double scale_z
)
member IGetCellSizeStrings :
loc_x : string byref *
loc_size_x : int *
loc_y : string byref *
loc_size_y : int *
loc_z : string byref *
loc_size_z : int *
scale_x : float *
scale_y : float *
scale_z : float -> unit
member IGetCellSizeStrings :
loc_x : string byref *
loc_size_x : int *
loc_y : string byref *
loc_size_y : int *
loc_z : string byref *
loc_size_z : int *
scale_x : float *
scale_y : float *
scale_z : float -> unit
Parameters
- loc_x
- Type: SystemString
X String - loc_size_x
- Type: SystemInt32
X String Size - loc_y
- Type: SystemString
Y String - loc_size_y
- Type: SystemInt32
Y String Size - loc_z
- Type: SystemString
Z String - loc_size_z
- Type: SystemInt32
Z String Size - scale_x
- Type: SystemDouble
Scale to multiply X - scale_y
- Type: SystemDouble
Scale to multiply Y - scale_z
- Type: SystemDouble
Scale to multiply Z
See Also