Click or drag to resize
CPGrGet Method
Read a single value from a 2D PG

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This is a low-performance method.
Syntax
public double rGet(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
iBx - element # in x (column #)
i2
Type: SystemInt32
iBy - element # in y (row #)

Return Value

Type: Double
Nothing
See Also