Click or drag to resize

CPGCreate3D Method

Creates a Pager object

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CPG Create3D(
	int slice,
	int row,
	int col,
	int type
)

public static CPG Create3D(
	int slice,
	int row,
	int col,
	int type
)

Parameters

slice
Type: SystemInt32
# elements in z (# of slices)
row
Type: SystemInt32
# elements in y (# of row)
col
Type: SystemInt32
# elements in x (# of column)
type
Type: SystemInt32
<define>GS_TYPES</define>

Return Value

Type: CPG
PG Object
See Also