Add EN_VALVE_TYPE to link getter & setter
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
//epanet2.cs[By Oscar Vegas]
|
||||
//Last updated on 02/14/2025
|
||||
//Last updated on 04/23/2025
|
||||
|
||||
//Declarations of functions in the EPANET PROGRAMMERs TOOLKIT
|
||||
//(EPANET2.DLL) for use with C#
|
||||
@@ -84,6 +84,7 @@ namespace EpanetCSharpLibrary
|
||||
public const int EN_LEAK_AREA = 26;
|
||||
public const int EN_LEAK_EXPAN = 27;
|
||||
public const int EN_LINK_LEAKAGE = 28;
|
||||
public const int EN_VALVE_TYPE = 29;
|
||||
|
||||
public const int EN_DURATION = 0; //Time parameters
|
||||
public const int EN_HYDSTEP = 1;
|
||||
|
||||
Reference in New Issue
Block a user