 | CGISSetLST Method |
Save a LST of items inside the GIS object for special use.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void SetLST(
CLST lst
)
public void SetLST(
CLST lst
)
Public Sub SetLST (
lst As CLST
)
Public Sub SetLST (
lst As CLST
)
public:
void SetLST(
CLST^ lst
)
public:
void SetLST(
CLST^ lst
)
member SetLST :
lst : CLST -> unit
member SetLST :
lst : CLST -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetCLST
LST object to save to GIS LST.
Remarks
If the GIS LST object already exists, it is destroyed and
recreated to match the size of the input LST, before the
input LST is copied to it.
See Also