Click or drag to resize

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.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface INetworkLocation

The INetworkLocation type exposes the following members.

Properties
  NameDescription
Public propertyIsNodeBased
Bool defining whether the NodeId (true) or the Location (false) is set.
Public propertyLocation
Location in reach.
Public propertyNodeId
Id of node
Top
See Also