Click or drag to resize

AbstractEngineDataReachTGetValue Method

Get the current values.

Namespace:  DHI.Mike1D.Engine.ModuleData
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public abstract T GetValue(
	int elementIndex
)

Parameters

elementIndex
Type: SystemInt32

[Missing <param name="elementIndex"/> documentation for "M:DHI.Mike1D.Engine.ModuleData.AbstractEngineDataReach`1.GetValue(System.Int32)"]

Return Value

Type: T

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.ModuleData.AbstractEngineDataReach`1.GetValue(System.Int32)"]

Implements

IVectorGetterTGetValue(Int32)
Remarks
When implementing new code, be sure to return a copy of data, such that engine data is not made available for editing with this call.
See Also