Click or drag to resize
CPGCreate3D Method
Creates a Pager object

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 static CPG Create3D(
	int i1,
	int i2,
	int i3,
	int i4
)

Parameters

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

Return Value

Type: CPG
PG Object
See Also