INetworkLocation Interface

A INetworkLocation is a location in the network which can either be specified by a node id, or an ILocation.

The IsNodeBased determines whether the NodeId or the Location is set.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface INetworkLocation

Properties

IsNodeBased Bool defining whether the NodeId (true) or the Location (false) is set.
Location Location in reach.
NodeId Id of node

See Also