Click or drag to resize
CGISSetLST Method
Save a LST of items inside the GIS object for special use.

Available since Oasis montaj version: 7.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
public void SetLST(
	CLST lst
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
LST object to save to GIS LST.
See Also