BridgeTabulatedTable Property |
Holds the discharge table
Type : Discharge
Unit: [m3/s]
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double[][] Table { get; set; }
Public Property Table As Double()()
Get
Set
public:
virtual property array<array<double>^>^ Table {
array<array<double>^>^ get () sealed;
void set (array<array<double>^>^ value) sealed;
}
Property Value
Type:
DoubleSee Also