IEstimate.GetMinutesFieldManager (String) Method

Gets a minutes field manager for a set of fields in this estimate.
Function GetMinutesFieldManager( _ 
ByVal setOfFieldsMnemonic As String
) As IMinutesFieldManager
This language is not supported or no code example is available.
IMinutesFieldManager GetMinutesFieldManager( 
string setOfFieldsMnemonic 
)
This language is not supported or no code example is available.

Parameters

setOfFieldsMnemonic
string

The mnemonic of a set of fields for which to retrieve the manager.

Return Value

IMinutesFieldManager

A minutes field manager for managing the sets of fields in the estimate.

Remarks
 
The returned manager allows for handling with sets of fields, not with fields. To manage fields, use the GetMinutesFieldManager method.
Version
 
Available since QDV 7.16.585.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition