ResultDataExtensionsRemoveTimestep Method |
Extract all quantities of a result data object.
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static void RemoveTimestep(
this IResultData resultData,
int timestepIndex
)
<ExtensionAttribute>
Public Shared Sub RemoveTimestep (
resultData As IResultData,
timestepIndex As Integer
)
public:
[ExtensionAttribute]
static void RemoveTimestep(
IResultData^ resultData,
int timestepIndex
)
Parameters
- resultData
- Type: DHI.Mike1D.ResultDataAccessIResultData
Result data object - timestepIndex
- Type: SystemInt32
Index of timestep to remove
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IResultData. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also