Click or drag to resize

CDB.GetVABaseCoordinateInfo Method (Int32, Int32, Double, CVV, String, Int32)

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

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetVABaseCoordinateInfo(
	int ch,
	ref int domain,
	ref double base,
	CVV vv,
	ref string units,
	int size
)

public void GetVABaseCoordinateInfo(
	int ch,
	ref int domain,
	ref double base,
	CVV vv,
	ref string units,
	int size
)

Parameters

ch
Type: System.Int32
Channel (Locked <define>DB_LOCK_READONLY</define>)
domain
Type: System.Int32
<define>DB_ARRAY_BASETYPE</define>
base
Type: System.Double
Optional offset or base frequency
vv
Type: GeoEngine.Core.GXNet.CVV
Values (one per array channel column) (REAL)
units
Type: System.String
Units
size
Type: System.Int32
Size of units string
Remarks
See SetVABaseCoordinateInfo_DB.
See Also