TimeCheckPointControllerCheckPoints Property |
List of check points
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public List<DateTime> CheckPoints { get; }
Public ReadOnly Property CheckPoints As List(Of DateTime)
Get
public:
property List<DateTime>^ CheckPoints {
List<DateTime>^ get ();
}
Property Value
Type:
ListDateTimeSee Also