Gets the completion rate of the project consisting of all standard tasks within the component (between 0 and 1). You should call Initialize(Boolean, Boolean, Boolean) method before this call.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public double GetProjectCompletion()
Visual Basic (Declaration)
Public Function GetProjectCompletion As Double

See Also