Click or drag to resize

ConfigurableConnectionGetComputationalWeight Method

Get the computational weight associated with configuring this connection with the previous and next procedure. A number larger than one will indicate to the progress tracking system that the current connection takes more time to configure than other connections.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual double GetComputationalWeight()

Return Value

Type: Double
The relative computational weight of this connection.
See Also