Click or drag to resize
CPGCreate Method
Creates a Pager object

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static CPG Create(
	int i1,
	int i2,
	int i3
)

Parameters

i1
Type: SystemInt32
# elements in y (# of row)
i2
Type: SystemInt32
# elements in x (# of column)
i3
Type: SystemInt32
See GS_TYPESConstant

Return Value

Type: CPG
PG Object
See Also