Global Mapper SDK
| GM_Layer_t .FindLoadedLayer Method |
Returns a handle to a matching loaded layer, or NULL if no match could be found or there are multiple matches.
The filename will be matched against a loaded layer filename or, if that fails, a layer description.
Wildcards ('*' and '?') are supported.
Namespace:GlobalMapper.TypesAssembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
Copy
public static GM_Layer_t FindLoadedLayer
(
string aFilename
)
Comments
0 comments
Please sign in to leave a comment.