Click or drag to resize
CVAiGetInt Method
Get an integer element from a VA.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Type conversions are performed if necessary. Dummy values are converted to "*" string.
Syntax
public int iGetInt(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
Row
i2
Type: SystemInt32
Column

Return Value

Type: Int32
Element wanted, rDUMMY, iDUMMY or blank string if the value is dummy or outside of the range of data.
See Also