GM_ChildLayerOp_t8 Enumeration |
This type represents operations on a child layer
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public enum GM_ChildLayerOp_t8

Member name | Value | Description | |
---|---|---|---|
ChildLayerOp_Load | 0 | The child layer was just loaded | |
ChildLayerOp_Close | 1 | The child layer was just closed | |
ChildLayerOp_DrawScaleChosen | 2 | The draw scale for an online layer was chosen. Event data is sint32* with zoom scale number | |
ChildLayerOp_ExportScaleChosen | 3 | The export scale for an online layer was chosen. Event data is sint32* with zoom scale number | |
ChildLayerOp_LocalTileMissing | 4 | The tile for a local tile data set was missing. Event data is char* with filename that was missing |
