Click or drag to resize

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
Syntax
public void SetLST(
	CLST lst
)

public void SetLST(
	CLST lst
)

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