Click or drag to resize

PredefinedQuantityLTSProperties Constructor

Initializes a new instance of the PredefinedQuantityLTSProperties class

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public PredefinedQuantityLTSProperties(
	string extra,
	PredefinedQuantity predefinedQuantity = PredefinedQuantity.Discharge,
	PredefinedQuantityAD predefinedQuantityAD = PredefinedQuantityAD.Transport,
	LTSCalculatorTypes calculatorType = LTSCalculatorTypes.Total
)

Parameters

extra
Type: SystemString
predefinedQuantity (Optional)
Type: DHI.Mike1D.GenericPredefinedQuantity
predefinedQuantityAD (Optional)
Type: DHI.Mike1D.GenericPredefinedQuantityAD
calculatorType (Optional)
Type: DHI.Mike1D.ResultDataAccessLTSCalculatorTypes
See Also