QDVEstimate Constructor
NOTE: This member is now obsolete. Use Qdv.UserApi.IEstimateFactory.GetEstimate instead. The full code is context.QdvManager.EstimateFactory.GetEstimate(String).
<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.
Parameters
- FilePath
- string
The full path to the estimate whose instance is wanted.
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.