LTSNetworkLocationTypes Enumeration |
Type of network locations
Namespace:
DHI.Mike1D.Mike1DDataAccess
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public enum LTSNetworkLocationTypes
Members
| Member name | Value | Description |
---|
| AllNodes | 0 |
All nodes in the network
|
| ListOfNodes | 1 |
A list of nodes
|
| SingleNode | 2 |
A single node
|
| AllReachess | 3 |
All reaches in the network
|
| ListOfReaches | 4 |
A list of reaches
|
| SingleReach | 5 |
A single reach
|
| StructureReaches | 6 |
Structure reaches
|
| StructureReachesConnectedToNode | 7 |
Structure reaches connected to node
|
| TotalOut | 8 |
Total out
|
See Also