QDVEstimate Constructor

NOTE: This member is now obsolete. Use Qdv.UserApi.IEstimateFactory.GetEstimate instead. The full code is context.QdvManager.EstimateFactory.GetEstimate(String).

Initializes a new instance of the QDVEstimate class.
<Obsolete("Use Qdv.UserApi.IEstimateFactory.GetEstimate instead. The full code is context.QdvManager.EstimateFactory.GetEstimate(String). 
   ")> _ 
Public Sub New( _ 
ByVal FilePath As String
)
This language is not supported or no code example is available.
[Obsolete("Use Qdv.UserApi.IEstimateFactory.GetEstimate instead. The full code is context.QdvManager.EstimateFactory.GetEstimate(String). 
   ")] 
public QDVEstimate( 
string FilePath 
)
This language is not supported or no code example is available.

Parameters

FilePath
string

The full path to the estimate whose instance is wanted.

Remarks
 
To get an instance from the current estimate, simply create a macro from the estimate. When an estimate is open from a file, it is not fully loaded and some restrictions apply because the user interface is not in memory (You cannot write to its Gantt nor to its WBS, etc.). But all reading operations are supported.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition