Click or drag to resize

WaveApproximation Class

Inheritance Hierarchy
SystemObject
  DHI.Mike1D.GenericNetworkDataWaveApproximationType
    DHI.Mike1D.HDParameterDataAccessWaveApproximation

Namespace:  DHI.Mike1D.HDParameterDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public class WaveApproximation : NetworkData<WaveApproximationType>

The WaveApproximation type exposes the following members.

Constructors
  NameDescription
Public methodWaveApproximation
Initializes a new instance of the WaveApproximation class
Top
Properties
  NameDescription
Public propertyCanInterpolate (Inherited from NetworkDataT.)
Public propertyExtrapolationDistance (Inherited from NetworkDataT.)
Public propertyGlobalValue (Inherited from NetworkDataT.)
Public propertyHasGlobalValue (Inherited from NetworkDataT.)
Public propertyHasValues (Inherited from NetworkDataT.)
Public propertyLocalCount (Inherited from NetworkDataT.)
Public propertyNodeIdValuePairs (Inherited from NetworkDataT.)
Public propertyQuantity (Inherited from NetworkDataT.)
Public propertyReachData (Inherited from NetworkDataT.)
Top
Methods
  NameDescription
Public methodAddGlobalReachValue (Inherited from NetworkDataT.)
Public methodAddValue(String, T) (Inherited from NetworkDataT.)
Public methodAddValue(ILocation, T) (Inherited from NetworkDataT.)
Public methodAddValue(ILocationSpan, T) (Inherited from NetworkDataT.)
Public methodAddValue(ILocation, T, Boolean) (Inherited from NetworkDataT.)
Public methodClear (Inherited from NetworkDataT.)
Public methodContainsValue(ILocation) (Inherited from NetworkDataT.)
Public methodContainsValue(ILocation, Direction) (Inherited from NetworkDataT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetGlobalValue(T) (Inherited from NetworkDataT.)
Public methodGetGlobalValue(String, T) (Inherited from NetworkDataT.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetReachData (Inherited from NetworkDataT.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(String, T) (Inherited from NetworkDataT.)
Public methodGetValue(ILocation, T) (Inherited from NetworkDataT.)
Public methodGetValue(ILocation, T, Boolean) (Inherited from NetworkDataT.)
Public methodGetValues (Inherited from NetworkDataT.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
Extension Methods
See Also