Click or drag to resize

CDBiHaveITR Method

Returns TRUE if channel has an ITR.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iHaveITR(
	int ch
)

public int iHaveITR(
	int ch
)

Parameters

ch
Type: SystemInt32
Channel

Return Value

Type: Int32
Remarks
If a channel has an ITR, the ITR colors are used to display channel values in the spreadsheet. If a channel does not have an ITR, GetITR_DB will not change the passed ITR.
See Also