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.
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax [ObsoleteAttribute("Will be removed in next major release")]
public ILocation Location { get; set; }
<ObsoleteAttribute("Will be removed in next major release")>
Public Property Location As ILocation
Get
Set
public:
[ObsoleteAttribute(L"Will be removed in next major release")]
property ILocation^ Location {
ILocation^ get ();
void set (ILocation^ value);
}
Property Value
Type:
ILocationSee Also