LTSNetworkLocationTypes Enumeration

Type of network locations for LTSJobConditions.

Definition

Namespace: DHI.Mike1D.Mike1DDataAccess
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public enum LTSNetworkLocationTypes

Members

AllNodes0 All nodes in the network
ListOfNodes1 A list of nodes
SingleNode2 A single node
AllReachess3 All reaches in the network
ListOfReaches4 A list of reaches
SingleReach5 A single reach
StructureReaches6 Structure reaches
StructureReachesConnectedToNode7 Structure reaches connected to node
TotalOut8 Total out
ListOfStructures9 List of structures

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also