GM_LoadFlags_t32 Enumeration |
Flags when loading new layers
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public enum GM_LoadFlags_t32

Member name | Value | Description | |
---|---|---|---|
LoadFlags_HideProgress | 1 | Don't show load progress | |
LoadFlags_NoProjPrompt | 2 | Don't prompt the user for unknown projections | |
LoadFlags_UseDefaultProj | 4 | Use default projection if none provided | |
LoadFlags_HideWarnings | 8 | Hide any load warnings (load errors will still be displayed) | |
LoadFlags_HideUnknownPrompt | 16 | Do not prompt the user to select the file type for unknown file formats | |
LoadFlags_UseDefaultPos | 32 | Use default positioning if none provided (raster files only) | |
LoadFlags_HideAllPrompts | 64 | Use the default value for any prompts that display during the load | |
LoadFlags_SkipUnloadAll | 128 | Skip the first UNLOAD_ALL command at the start of a workspace being loaded | |
LoadFlags_AssumeFileExists | 256 | Assume the file being loaded exists rather than checking for it. This speeds up loads from folders with large numbers of files | |
LoadFlags_LoadMetadataOnly | 512 | Only load metadata from file | |
LoadFlags_UseHiddenLayers | 1024 | Load hidden layers if not showing layer prompt (i.e. for PDF import)? | |
LoadFlags_ForceRectify | 2048 | Force displaying manual rectification dialog (not implemented yet in SDK) | |
LoadFlags_IsModelLoad | 4096 | This is a load of a 3D model | |
LoadFlags_NoPicturePos | 8192 | Don't load image with EXIF data as a picture point | |
LoadFlags_LoadUnknownAsImage | 16384 | Force load of raster layer with unknown interpretation as an image layer vs. grid | |
LoadFlags_LoadUnknownAsGrid | 32768 | Force load of raster layer with unknown interpretation as a grid layer vs. image | |
LoadFlags_OnlyPicturePos | 65536 | Only load images with EXIF data as picture points. Fail images w/ no EXIF data. | |
LoadFlags_NoEmptyError | 131072 | Don't show error message about empty file. | |
LoadFlags_No3dModels | 262144 | Don't load 3D model layers embedded in GMP files | |
LoadFlags_UseDefaultLoadOpts | 524288 | Use default values for any load options that would generate a prompt (like Lidar load options) | |
LoadFlags_NoBlendAllowed | 1048576 | Don't allow blending this layer with translucent layers drawn over it | |
LoadFlags_DisableSplit | 2097152 | Ignore any options that would result in the layer being split on load |
