Click or drag to resize
CDBGetVABaseCoordinateInfo Method
Set the array channel base coordinate type, offset and values.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
See SetVABaseCoordinateInfo_DB.
Syntax
public void GetVABaseCoordinateInfo(
	int i1,
	ref int i2,
	ref double d3,
	CVV oVV4,
	ref string str5
)

Parameters

i1
Type: SystemInt32
channel (Locked DB_LOCK_READONLY)
i2
Type: SystemInt32
See DB_ARRAY_BASETYPEConstant
d3
Type: SystemDouble
Optional offset or base frequency
oVV4
Type: GeoEngine.Core.GXNetCVV
Values (one per array channel column) (REAL)
str5
Type: SystemString
Units
See Also