Click or drag to resize
CPGReAllocate Method
Changes the size of Pager

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 void ReAllocate(
	int n_row,
	int n_col
)

Parameters

n_row
Type: SystemInt32
Number of Y (rows) to reallocate
n_col
Type: SystemInt32
Number of X (columns) to reallocate
See Also