StormwaterInletNumberOfInlets Property  | 
 
            Number of inlets. The flow through the Stormwater Inlet structure is the flow through a single inlet 
            multiplied by the number of inlets.
            Default: 1.
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic int NumberOfInlets { get; set; }Public Property NumberOfInlets As Integer
	Get
	Set
public:
virtual property int NumberOfInlets {
	int get () sealed;
	void set (int value) sealed;
}Property Value
Type: 
Int32Implements
IStormwaterInletNumberOfInlets
See Also