| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
Double See Also
See Also