C# Class DaysimTool.PathType

Mostra file Open project: psrc/soundcast

Public Properties

Property Type Description
emme_code string
mode string
path_type_name string

Public Methods

Method Description
PathType ( string path_type_name, string mode ) : System
PathType ( string path_type_name, string mode, string emme_code ) : System

Method Details

PathType() public method

public PathType ( string path_type_name, string mode ) : System
path_type_name string
mode string
return System

PathType() public method

public PathType ( string path_type_name, string mode, string emme_code ) : System
path_type_name string
mode string
emme_code string
return System

Property Details

emme_code public_oe property

public string emme_code
return string

mode public_oe property

public string mode
return string

path_type_name public_oe property

public string path_type_name
return string