 | CDBMaskChanLST Method |
Load a LST with mask channels.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void MaskChanLST(
CLST lst
)
public void MaskChanLST(
CLST lst
)
Public Sub MaskChanLST (
lst As CLST
)
Public Sub MaskChanLST (
lst As CLST
)
public:
void MaskChanLST(
CLST^ lst
)
public:
void MaskChanLST(
CLST^ lst
)
member MaskChanLST :
lst : CLST -> unit
member MaskChanLST :
lst : CLST -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
LST object to populate
Remarks
Loads a LST with all channels with CLASS "MASK", as well
as all channels containing the string "MASK", as long
as the CLASS for these channels is not set to something
other than "" or "MASK".
This function is a duplicate of the MaskChanLST_CHIMERA
function, and can be used if CHIMERA is not installed.
The LST is cleared first, and the items are sorted by name.
"None" is added at the end, with a handle value of "-1".
See Also