Click or drag to resize

GM_AddFeatureFlags_t8 Enumeration

Flags to use for adding features to vector layer functions

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
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