 | CGIS.SetLST Method |
Save a LST of items inside the GIS object for special use.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.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.GXNetX.CLST
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