InputPercentage Property
- Last UpdatedMar 17, 2026
- 1 minute read
For parallel entities in a line, the InputPercentage property contains the input percentage that specifies how much of the outflow from the upstream entities in the line goes to this entity.
'Declaration
Public Property InputPercentage As Nullable(Of Double)
'Usage
Dim instance As LineEntity
Dim value As Nullable(Of Double)
instance.InputPercentage = value
value = instance.InputPercentage
public Nullable<double> InputPercentage {get; set;}