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.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 oLST1
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
LST object to save to GIS LST.
See Also