Click or drag to resize

ResultDataHelperReachDataValues Method

Extract values as IEnumerable instead of IEnumerable{double}

COM support method, since COM does not support generics.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public IEnumerator ReachDataValues(
	INetworkReachDataDouble reachData
)

Parameters

reachData
Type: DHI.Mike1D.GenericINetworkReachDataDouble

[Missing <param name="reachData"/> documentation for "M:DHI.Mike1D.ResultDataAccess.ResultDataHelper.ReachDataValues(DHI.Mike1D.Generic.INetworkReachDataDouble)"]

Return Value

Type: IEnumerator

[Missing <returns> documentation for "M:DHI.Mike1D.ResultDataAccess.ResultDataHelper.ReachDataValues(DHI.Mike1D.Generic.INetworkReachDataDouble)"]

Implements

IResultDataHelperReachDataValues(INetworkReachDataDouble)
See Also