Click or drag to resize

ResultDataHelperReachDataValuesToArray Method

Extract array of values that the reach data includes

COM support method, since COM does not support generics.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public IReachLocationValueDouble[] ReachDataValuesToArray(
	INetworkReachDataDouble reachData
)

Parameters

reachData
Type: DHI.Mike1D.GenericINetworkReachDataDouble

Return Value

Type: IReachLocationValueDouble

Implements

IResultDataHelperReachDataValuesToArray(INetworkReachDataDouble)
See Also