CanBeBottleneck Property
- Last UpdatedNov 06, 2025
- 1 minute read
The CanBeBottleneck property contains the flag that indicates whether the entity can be considered when determining a line's bottleneck.
'Declaration
Public Property CanBeBottleneck As Boolean
'Usage
Dim instance As LineEntity
Dim value As Boolean
instance.CanBeBottleneck = value
value = instance.CanBeBottleneck
public bool CanBeBottleneck {get; set;}