Click or drag to resize

CEMAPiCreateGroupSnapshot Method

Loads an LST with the current view/group names existing in a map. Typically used to track group changes that are about to occur.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iCreateGroupSnapshot(
	CLST lst
)

public int iCreateGroupSnapshot(
	CLST lst
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
LST object to fill

Return Value

Type: Int32
0 if LST filled properly 1 if not
See Also