INetworkDataDoubleGetReachData Method |
Get a
INetworkReachDataT for the specified link/reachId.
Returns null if no valueset exist for the link/reachId.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax INetworkReachDataDouble GetReachData(
string reachId
)
Function GetReachData (
reachId As String
) As INetworkReachDataDouble
INetworkReachDataDouble^ GetReachData(
String^ reachId
)
Parameters
- reachId
- Type: SystemString
[Missing <param name="reachId"/> documentation for "M:DHI.Mike1D.Generic.INetworkDataDouble.GetReachData(System.String)"]
Return Value
Type:
INetworkReachDataDouble[Missing <returns> documentation for "M:DHI.Mike1D.Generic.INetworkDataDouble.GetReachData(System.String)"]
See Also