Click or drag to resize
CPGCreate Method
Creates a Pager object

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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