Click or drag to resize
CPGReAllocate3D Method
Changes the size of 3D Pager

Available since Oasis montaj version: 6.2.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 void ReAllocate3D(
	int i1,
	int i2,
	int i3
)

Parameters

i1
Type: SystemInt32
Number of Z (slices) to reallocate
i2
Type: SystemInt32
Number of Y (rows) to reallocate
i3
Type: SystemInt32
Number of X (columns) to reallocate
See Also