Table of Contents

Class SWMM_OUT

Namespace
BlueM.Wave.Fileformats
Assembly
Wave.dll

Class for reading the SWMM binary output format

public class SWMM_OUT : TimeSeriesFile
Inheritance
SWMM_OUT
Inherited Members

Remarks

Constructors

SWMM_OUT(string, bool)

public SWMM_OUT(string FileName, bool ReadAllNow = false)

Parameters

FileName string
ReadAllNow bool

Fields

oSWMM

protected SWMM_iface oSWMM

Field Value

SWMM_iface

Properties

MetadataKeys

Returns a list of SWMM binary output file specific metadata keys

public static List<string> MetadataKeys { get; }

Property Value

List<string>

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 selected series (see SelectedSeries) from the file and stores them as timeseries in TimeSeries

public override void readFile()

readSeriesInfo()

Reads information about the series contained in the file and stores it in TimeSeriesInfos

public override void readSeriesInfo()

setDefaultMetadata(TimeSeries)

Sets default metadata values for a time series corresponding to the SWMM binary output file format

public static void setDefaultMetadata(TimeSeries ts)

Parameters

ts TimeSeries