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

Available since Oasis montaj version: 8.3
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This is a low-performance method.
Syntax
public double rGet(
	int col,
	int row
)

Parameters

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

Return Value

Type: Double
See Also