 | 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
Syntaxpublic int iRealizeGroupSnapshot(
CLST state
)
public int iRealizeGroupSnapshot(
CLST state
)
Public Function iRealizeGroupSnapshot (
state As CLST
) As Integer
Public Function iRealizeGroupSnapshot (
state As CLST
) As Integer
public:
int iRealizeGroupSnapshot(
CLST^ state
)
public:
int iRealizeGroupSnapshot(
CLST^ state
)
member iRealizeGroupSnapshot :
state : CLST -> int
member iRealizeGroupSnapshot :
state : CLST -> int
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