Click or drag to resize

CDBIFormatChan Method (Int32, Double, String, Int32)

Format a real value based on a channel format.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void IFormatChan(
	int chan,
	double val,
	ref string str_val,
	int size
)

public void IFormatChan(
	int chan,
	double val,
	ref string str_val,
	int size
)

Parameters

chan
Type: SystemInt32
Channel handle
val
Type: SystemDouble
Value to format
str_val
Type: SystemString
String
size
Type: SystemInt32
String length
Remarks
If the passed string is too short, the result will be "**".
See Also