NetworkDataDoubleArray Properties

Properties

CanInterpolate Flag specifying whether it makes sense to interpolate in values on a reach.
(Inherited from NetworkDataT)
ExtrapolationDistance Distance from span/gridpoint where extrapolation takes place, i.e., if location chainage is outside the network value chainage span, but less than ExtrapolationDistance from the span, then the nearest value is extrapolated. Set to 0 to disable. Default is zero. Can not be negative.

When CanInterpolate is false, this specifies the distance to a chainage value/span that will return the point/span value, a tolerance value.


(Inherited from NetworkDataT)
FailOnLengthDifferences Behavior in interpolation if the length of the arrays differ: Setting the FailOnLengthDifferences to true will throw an exception if the lengths differ. Setting the FailOnLengthDifferences to false will return the array closest to the requested location, i.e., no interpolation.
GlobalValue The global value. Used, if nothing better is found. Setting the global value automatically also sets HasGlobalValue to true.
(Inherited from NetworkDataT)
HasGlobalValue Defines whether there is a global value, or strictly speaking, whether to use the global value.
(Inherited from NetworkDataT)
HasValues Flag specifying whether this data has values defined at all
(Inherited from NetworkDataT)
LocalCount Returns the number of locally defined values
(Inherited from NetworkDataT)
NodeIdValuePairs The set of node id's and values defined.
(Inherited from NetworkDataT)
Quantity Quantity stored in network data
(Inherited from NetworkDataT)
ReachData Collection of reach data sets currently active
(Inherited from NetworkDataT)

See Also