IMinutesFieldManager.AddSetOfFields Method

Creates and adds a new set of fields.
Function AddSetOfFields( _ 
ByVal mnemonic As String, _ 
ByVal name As String, _ 
ByVal type As SetOfFieldType
) As Boolean
This language is not supported or no code example is available.
bool AddSetOfFields( 
string mnemonic
string name
SetOfFieldType type 
)
This language is not supported or no code example is available.

Parameters

mnemonic
string

The mnemonic of the set of fields to be created.

name
string

The name of the set of fields to be created.

type
SetOfFieldType

The type of the set of fields to be created.

Return Value

bool

true if a new set of fields was successfully created, false otherwise.

Exception type Condition

ArgumentNullException

The mnemonic or name is null reference (Nothing in Visual Basic).

InvalidOperationException

This fields manager is for a set of fields. Sets of fields cannot be added to a set of fields.

Version
 
Available since QDV 7.16.585.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition