Click or drag to resize

CDBGetVAScaling Method

Get base and range for VA channel cell display.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetVAScaling(
	int ch,
	ref double base,
	ref double range
)

public void GetVAScaling(
	int ch,
	ref double base,
	ref double range
)

Parameters

ch
Type: SystemInt32
Channel (Locked <define>DB_LOCK_READWRITE</define>)
base
Type: SystemDouble
Base value (rDummy for none)
range
Type: SystemDouble
Range value (rDummy for none)
Remarks
See SetVAScaling_DB.
See Also