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.2.419.0 (24.2.419.0)
Syntax public virtual double GetComputationalWeight()
Public Overridable Function GetComputationalWeight As Double
public:
virtual double GetComputationalWeight()
abstract GetComputationalWeight : unit -> float
override GetComputationalWeight : unit -> float
Return Value
Type:
DoubleThe relative computational weight of this connection.
See Also