Global Mapper SDK
| GM_Layer_t .LoadGenericAsciiTextLayer Method |
Loads a new layer from a simple ASCII text file file. A pointer to the layer is stored for use in later calls.
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public static GM_Layer_t LoadGenericAsciiTextLayer ( string aFilename , GM_LoadFlags_t32 aLoadFlags , GM_AsciiFormatInfo_t aFormatInfo , GM_Projection_t aProj )
Parameters
- aFilename
-
Type:
System
.
String
IN: filename of ASCII file to load - aLoadFlags
-
Type:
GlobalMapper
.
GM_LoadFlags_t32
IN: load flags - aFormatInfo
-
Type:
GlobalMapper
.
GM_AsciiFormatInfo_t
(GM_AsciiFormatInfo_t*) IN: optional format info (use NULL to prompt user) - aProj
-
Type:
GlobalMapper
.
GM_Projection_t
IN: optional projection to use for file (use NULL to prompt user)
Return Value
Type: GM_Layer_tThe Loaded Layer
Comments
0 comments
Please sign in to leave a comment.