AverageSubCalculationProgress Constructor  | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Infrastructure
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic AverageSubCalculationProgress(
	ITrackCalculationProgress parentProgress
)
Public Sub New ( 
	parentProgress As ITrackCalculationProgress
)
public:
AverageSubCalculationProgress(
	ITrackCalculationProgress^ parentProgress
)
new : 
        parentProgress : ITrackCalculationProgress -> AverageSubCalculationProgressParameters
- parentProgress
 - Type: AGI.FoundationITrackCalculationProgress
The parent instance to which to report progress. 
See Also