 | 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
Syntaxpublic int iHaveITR(
int ch
)
public int iHaveITR(
int ch
)
Public Function iHaveITR (
ch As Integer
) As Integer
Public Function iHaveITR (
ch As Integer
) As Integer
public:
int iHaveITR(
int ch
)
public:
int iHaveITR(
int ch
)
member iHaveITR :
ch : int -> int
member iHaveITR :
ch : int -> int
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