ISetDatabase.CreateSet Method

Creates a new set in the database.
Function CreateSet( _ 
ByVal reference As String, _ 
ByVal description As String, _ 
ByVal family As String, _ 
ByVal manufacturer As String, _ 
ByVal userDefinedField As String, _ 
ByVal keepDepths As Boolean
) As ISet
This language is not supported or no code example is available.
ISet CreateSet( 
string reference
string description
string family
string manufacturer
string userDefinedField
bool keepDepths 
)
This language is not supported or no code example is available.

Parameters

reference
string

<default>

description
string

<default>

family
string

<default>

manufacturer
string

<default>

userDefinedField
string

<default>

keepDepths
bool

If set to true, then ; otherwise, .

Return Value

ISet

The newly created set.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition