Click or drag to resize

CDBGetVABaseCoordinateInfo Method (Int32, Int32, Double, CVV, String, Int32)

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 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: SystemInt32
Channel (Locked <define>DB_LOCK_READONLY</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
size
Type: SystemInt32
Size of units string
Remarks
See SetVABaseCoordinateInfo_DB.
See Also