Click or drag to resize

CDBSetVABaseCoordinateInfo Method

Set the array channel base coordinate type, offset and values.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetVABaseCoordinateInfo(
	int ch,
	int domain,
	double base,
	CVV vv,
	string units,
	int allow_changes
)

public void SetVABaseCoordinateInfo(
	int ch,
	int domain,
	double base,
	CVV vv,
	string units,
	int allow_changes
)

Parameters

ch
Type: SystemInt32
Channel (Locked <define>DB_LOCK_READWRITE</define>)
domain
Type: SystemInt32
<define>DB_ARRAY_BASETYPE</define>
base
Type: SystemDouble
Optional offset or base frequency
vv
Type: GeoEngine.Core.GXNetXCVV
Values (one per array channel column) (REAL)
units
Type: SystemString
Units
allow_changes
Type: SystemInt32
Allow changes to existing values?
Remarks
See GetVABaseCoordinateInfo_DB.
See Also