EngineNodeLocation Property

Note: This API is now obsolete.
The Location of the node. A node can be placed at more than one location. This only handles one location. Used for searching for initial conditions.

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
[ObsoleteAttribute("Will be removed in next major release")]
public ILocation Location { get; set; }

Property Value

ILocation

See Also