Click or drag to resize

CPGCreate Method

Creates a Pager object

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CPG Create(
	CGXNETCore gxNetShared,
	int row,
	int col,
	int type
)

public static CPG Create(
	CGXNETCore gxNetShared,
	int row,
	int col,
	int type
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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