ConfigurableProfileProfileComputationalWeight Property |
Gets a scalar value indicating how expensive the configuration of this profile is.
This is used to indicate to the
ITrackCalculationProgress instance
fed to the
RoutePropagator that certain profiles will take longer than
others (larger computational weight).
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 ProfileComputationalWeight { get; }
Public Overridable ReadOnly Property ProfileComputationalWeight As Double
Get
public:
virtual property double ProfileComputationalWeight {
double get ();
}
abstract ProfileComputationalWeight : float with get
override ProfileComputationalWeight : float with get
Property Value
Type:
DoubleSee Also