DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic
NetworkData(T) Class
NetworkData(T) Properties
CanInterpolate Property
ExtrapolationDistance Property
GlobalValue Property
HasGlobalValue Property
HasValues Property
LocalCount Property
NodeIdValuePairs Property
Quantity Property
ReachData Property
NetworkData
T
NodeIdValuePairs Property
The set of node id's and values defined.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
IEnumerable
<
KeyValuePair
<
string
, T>>
NodeIdValuePairs
{
get
; }
Property Value
Type:
IEnumerable
KeyValuePair
String
,
T
Implements
INetworkData
T
NodeIdValuePairs
See Also
Reference
NetworkData
T
Class
DHI.Mike1D.Generic Namespace