Click or drag to resize

CEMAPiRealizeGroupSnapshot Method

The LST passed in must contain View\Group strings in the Name field only. The function will compare with a more current LST and zoom the map to the new entry.

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

public int iRealizeGroupSnapshot(
	CLST state
)

Parameters

state
Type: GeoEngine.Core.GXNetXCLST
LST object used for comparison

Return Value

Type: Int32
0 if zoom proceeded ok 1 if error
Remarks
Typically this function is used in conjunction with CreateSnapshot_EMAP.
See Also