 | CMAPTEMPLATECreateMap Method |
Create a map from the map template
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void CreateMap(
string map,
string group
)
public void CreateMap(
string map,
string group
)
Public Sub CreateMap (
map As String,
group As String
)
Public Sub CreateMap (
map As String,
group As String
)
public:
void CreateMap(
String^ map,
String^ group
)
public:
void CreateMap(
String^ map,
String^ group
)
member CreateMap :
map : string *
group : string -> unit
member CreateMap :
map : string *
group : string -> unit
Parameters
- map
- Type: SystemString
New map file name (if it exists it will be overwritten) - group
- Type: SystemString
Group name to use for settings
See Also