 | CPGCopySubset3D Method |
Copy a subset of data from one pager to another.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void CopySubset3D(
CPG pgs,
int sliced,
int n,
int vv,
int slices,
int rows,
int cols,
int n_slice,
int n_row,
int n_col
)
public void CopySubset3D(
CPG pgs,
int sliced,
int n,
int vv,
int slices,
int rows,
int cols,
int n_slice,
int n_row,
int n_col
)
Public Sub CopySubset3D (
pgs As CPG,
sliced As Integer,
n As Integer,
vv As Integer,
slices As Integer,
rows As Integer,
cols As Integer,
n_slice As Integer,
n_row As Integer,
n_col As Integer
)
Public Sub CopySubset3D (
pgs As CPG,
sliced As Integer,
n As Integer,
vv As Integer,
slices As Integer,
rows As Integer,
cols As Integer,
n_slice As Integer,
n_row As Integer,
n_col As Integer
)
public:
void CopySubset3D(
CPG^ pgs,
int sliced,
int n,
int vv,
int slices,
int rows,
int cols,
int n_slice,
int n_row,
int n_col
)
public:
void CopySubset3D(
CPG^ pgs,
int sliced,
int n,
int vv,
int slices,
int rows,
int cols,
int n_slice,
int n_row,
int n_col
)
member CopySubset3D :
pgs : CPG *
sliced : int *
n : int *
vv : int *
slices : int *
rows : int *
cols : int *
n_slice : int *
n_row : int *
n_col : int -> unit
member CopySubset3D :
pgs : CPG *
sliced : int *
n : int *
vv : int *
slices : int *
rows : int *
cols : int *
n_slice : int *
n_row : int *
n_col : int -> unit
Parameters
- pgs
- Type: GeoEngine.Core.GXNetXCPG
Source PG object - sliced
- Type: SystemInt32
Z (slice) Origin on destination - n
- Type: SystemInt32
Y (row) Origin on destination - vv
- Type: SystemInt32
X (col) Origin on destination - slices
- Type: SystemInt32
Z (slice) Origin on source - rows
- Type: SystemInt32
Y (row) Origin on source - cols
- Type: SystemInt32
X (col) Origin on source - n_slice
- Type: SystemInt32
Number of Z (slice) to copy - n_row
- Type: SystemInt32
Number of Y (rows) to copy - n_col
- Type: SystemInt32
Number of X (columns) to copy
Remarks2D Only
See Also