BridgeBaseTableSmooth Property  | 
 
            Holds the smoothed table
            Type : Water level or discharge depending on the chosen calculation mode
            Unit: [m3/s] or [meter]
            Default: 0.0
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double[][] TableSmooth { get; set; }Public Property TableSmooth As Double()()
	Get
	Set
public:
virtual property array<array<double>^>^ TableSmooth {
	array<array<double>^>^ get () sealed;
	void set (array<array<double>^>^ value) sealed;
}Property Value
Type: 
DoubleImplements
IBridgeStructureTableSmooth
See Also