QDVGantt Constructor

NOTE: This member is now obsolete. Use Qdv.UserApi.IEstimateVersion.GetGantt instead.

Initializes a new instance of the QDVGantt class.
<Obsolete("Use Qdv.UserApi.IEstimateVersion.GetGantt instead.")> _ 
Public Sub New( _ 
ByRef CallingQDVEstimate As QDVEstimate, _ 
Optional ByVal Version As Integer = 0 _ 
)
This language is not supported or no code example is available.
[Obsolete("Use Qdv.UserApi.IEstimateVersion.GetGantt instead.")] 
public QDVGantt( 
ref QDVEstimate CallingQDVEstimate
int Version = 0 
)
This language is not supported or no code example is available.

Parameters

CallingQDVEstimate
QDVEstimate

The estimate from which you want to reference the Gantt diagram.

Version
int

If omitted, the current version is returned. If you return an older version (greater than 0), the instance is read only.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition