Table of Contents

Class SWMM_LID_REPORT

Namespace
BlueM.Wave.Fileformats
Assembly
Wave.dll

Class for reading the SWMM5 LID Report format (*.txt) The format is described in the SWMM format description

public class SWMM_LID_REPORT : TimeSeriesFile
Inheritance
SWMM_LID_REPORT
Inherited Members

Remarks

Constructors

SWMM_LID_REPORT(string, bool)

Constructor

public SWMM_LID_REPORT(string file, bool ReadAllNow = false)

Parameters

file string
ReadAllNow bool

Properties

UseImportDialog

Indicates whether the ImportDialog should be shown when importing this file format

public override bool UseImportDialog { get; }

Property Value

bool

True if the ImportDialog should be shown when importing this file format

Methods

readFile()

Reads the file

public override void readFile()

readSeriesInfo()

Reads series information from the file

public override void readSeriesInfo()

verifyFormat(string)

Checks whether the file is a SWMM LID Report File

public static bool verifyFormat(string file)

Parameters

file string

path to file

Returns

bool