C# Class SagaMap.MapConfig

Afficher le fichier Open project: Willyham/SagaRO2 Class Usage Examples

Méthodes publiques

Свойство Type Description
LogLevel int
ifSQL int

Méthodes publiques

Méthode Description
MapConfig ( ) : System

Upon creation the MapConfig will read the "map.config" file that should be present in the same dir as the mapserver executable. All attributes will be set during creation.

SaveConfig ( ) : void

Save the current settings to the "map.config" file.

Method Details

MapConfig() public méthode

Upon creation the MapConfig will read the "map.config" file that should be present in the same dir as the mapserver executable. All attributes will be set during creation.
public MapConfig ( ) : System
Résultat System

SaveConfig() public méthode

Save the current settings to the "map.config" file.
public SaveConfig ( ) : void
Résultat void

Property Details

LogLevel public_oe property

public int LogLevel
Résultat int

ifSQL public_oe property

public int ifSQL
Résultat int