 | CPGReAllocate3D Method |
Changes the size of 3D Pager
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ReAllocate3D(
int n_slice,
int n_row,
int n_col
)
public void ReAllocate3D(
int n_slice,
int n_row,
int n_col
)
Public Sub ReAllocate3D (
n_slice As Integer,
n_row As Integer,
n_col As Integer
)
Public Sub ReAllocate3D (
n_slice As Integer,
n_row As Integer,
n_col As Integer
)
public:
void ReAllocate3D(
int n_slice,
int n_row,
int n_col
)
public:
void ReAllocate3D(
int n_slice,
int n_row,
int n_col
)
member ReAllocate3D :
n_slice : int *
n_row : int *
n_col : int -> unit
member ReAllocate3D :
n_slice : int *
n_row : int *
n_col : int -> unit
Parameters
- n_slice
- Type: SystemInt32
Number of Z (slices) to reallocate - n_row
- Type: SystemInt32
Number of Y (rows) to reallocate - n_col
- Type: SystemInt32
Number of X (columns) to reallocate
See Also