C# Class Mapper.Containers.RoadContainer

Show file Open project: PropaneDragon/Cimtographer Class Usage Examples

Public Properties

Property Type Description
inGameNamePostfix string
inGameNamePrefix string
linkedOption string
roadType System.Type
searchLimit Limit
tags List

Public Methods

Method Description
RoadNameMatches ( string comparisonName ) : bool

Checks whether the name of the road matches the input name.

Method Details

RoadNameMatches() public method

Checks whether the name of the road matches the input name.
public RoadNameMatches ( string comparisonName ) : bool
comparisonName string The road name to compare against
return bool

Property Details

inGameNamePostfix public property

The human readable name of the road as it is in game after adding extensions.
public string inGameNamePostfix
return string

inGameNamePrefix public property

The human readable name of the road as it is in game before adding extensions.
public string inGameNamePrefix
return string

linkedOption public property

Option this road is linked to. If the option is false, the road is not exported.
public string linkedOption
return string

roadType public property

The type of road.
public Type,System roadType
return System.Type

searchLimit public property

Limit the search to only these types.
public Limit searchLimit
return Limit

tags public property

All OSM tags this road is associated with.
public List tags
return List