GM_AddFeatureFlags_t8 Enumeration
Flags to use for adding features to vector layer functions

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public enum GM_AddFeatureFlags_t8
Members
Member nameValueDescription
AddFeature_UseDefaultStyle1Use the default style for this feature rather than the specified style
AddFeature_MoreAddsToFollow2There will be more features immediately added to this layer, so don't recalculate the bounding box, etc. based on this feature
See Also