 | 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
Syntaxpublic int iCreateGroupSnapshot(
CLST lst
)
public int iCreateGroupSnapshot(
CLST lst
)
Public Function iCreateGroupSnapshot (
lst As CLST
) As Integer
Public Function iCreateGroupSnapshot (
lst As CLST
) As Integer
public:
int iCreateGroupSnapshot(
CLST^ lst
)
public:
int iCreateGroupSnapshot(
CLST^ lst
)
member iCreateGroupSnapshot :
lst : CLST -> int
member iCreateGroupSnapshot :
lst : CLST -> int
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
LST object to fill
Return Value
Type:
Int32
0 if LST filled properly
1 if not
See Also