GM_LayerFlags_t32 Enumeration
Define additional flags for a layer.

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
C#
Copy
public enum GM_LayerFlags_t32
Members
Member nameValueDescription
LayerFlags_MeshWireframeOnly1Only render a wireframe for mesh/model features, even when the mesh has a texture
LayerFlags_MeshNoWireframe2 Do NOT render a wireframe for mesh/model features when zoomed in on them
LayerFlags_MeshDontInterpolateTextures4If the mesh/model has textures, do NOT use bilinear interpolate to sample the texture image rather than nearest neighbor
 LayerFlags_Animate8Is the layer part of an animation set?
 LayerFlags_DisableSelection16Do not allow features in this layer to be selected
 LayerFlags_DisableEdit32Do not allow editing features or data in this layer
LayerFlags_Default0 
See Also