IMinutesFieldManager.DeleteSetOfFields Method

Deletes a set of fields.
Sub DeleteSetOfFields( _ 
ByVal mnemonic As String, _ 
ByVal Type As SetOfFieldType
)
This language is not supported or no code example is available.
void DeleteSetOfFields( 
string mnemonic
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 deleted.

Type
SetOfFieldType

Exception type Condition

ArgumentNullException

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

InvalidOperationException

This fields manager is for a set of fields. Sets of fields cannot be deleted from a set of fields.

Remarks
 
Nothing happens if the field doesn't exist.
Version
 
Available since QDV 7.16.585.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition