ControlDataTsBuffer Property |
A buffer containing all timeseries, so they can be reused as much as possible.
Namespace:
DHI.Mike1D.ControlModule
Assembly:
DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public TsBuffer TsBuffer { get; set; }
Public Property TsBuffer As TsBuffer
Get
Set
public:
property TsBuffer^ TsBuffer {
TsBuffer^ get ();
void set (TsBuffer^ value);
}
Property Value
Type:
TsBufferSee Also