Global Mapper SDK
| GM_LayerList_t .LoadLayerList Method |
Loads layer(s) from a file. A pointer to a list containing handles
to the loaded layers is returned. Additional load options can be
specified using the aExtraLoadOptions string.
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public static GM_LayerList_t LoadLayerList ( string aFilename , GM_LoadFlags_t32 aLoadFlags , string aExtraLoadOptions = "" )
Parameters
- aFilename
-
Type:
System
.
String
Name of the file to open - aLoadFlags
-
Type:
GlobalMapper
.
GM_LoadFlags_t32
Flags used to load this layer - aExtraLoadOptions (Optional)
-
Type:
System
.
String
Additional Options to be used
Return Value
Type: GM_LayerList_tThe Loaded Layer List
Comments
0 comments
Please sign in to leave a comment.