Click or drag to resize

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
Syntax
public void ReAllocate3D(
	int n_slice,
	int n_row,
	int n_col
)

public void ReAllocate3D(
	int n_slice,
	int n_row,
	int n_col
)

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