IEstimate.GetVersion Method

Gets the estimate version with specified version number.
Function GetVersion( _ 
ByVal VersionID As Integer
) As IEstimateVersion
This language is not supported or no code example is available.
IEstimateVersion GetVersion( 
int VersionID 
)
This language is not supported or no code example is available.

Parameters

VersionID
int

The version number. The current version has always number 0. Older versions are numbered from the lowest number (usually 1) for the oldest one. Newer versions have higher number.

Return Value

IEstimateVersion

The object representing the specified estimate version.

Remarks
 

You can get the available estimate version numbers from EstimateVersions property.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition