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)

Syntax
C#
Copy
public enum GM_ChildLayerOp_t8
Members
Member nameValueDescription
ChildLayerOp_Load0The child layer was just loaded
ChildLayerOp_Close1The child layer was just closed
 ChildLayerOp_DrawScaleChosen2The draw scale for an online layer was chosen. Event data is sint32* with zoom scale number
 ChildLayerOp_ExportScaleChosen3The export scale for an online layer was chosen. Event data is sint32* with zoom scale number
 ChildLayerOp_LocalTileMissing4The tile for a local tile data set was missing. Event data is char* with filename that was missing
See Also