InputPercentage Property
- Last UpdatedNov 06, 2025
- 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;}