Click or drag to resize
CDBSetVABaseCoordinateInfo 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 GetVABaseCoordinateInfo_DB.
Syntax
public void SetVABaseCoordinateInfo(
	int i1,
	int i2,
	double d3,
	CVV oVV4,
	string str5,
	int i6
)

Parameters

i1
Type: SystemInt32
channel (Locked DB_LOCK_READWRITE)
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
i6
Type: SystemInt32
Allow changes to existing values?GEO_BOOLConstant
See Also