QdvSetDatabase.GetSet (Int64) Method

NOTE: This member is now obsolete. Use Qdv.UserApi.ISetDatabase.GetSet instead.

Returns the set with specified ID from the database.
<Obsolete("Use Qdv.UserApi.ISetDatabase.GetSet instead.")> _ 
Function GetSet( _ 
ByVal setId As Long
) As QdvSet
This language is not supported or no code example is available.
[Obsolete("Use Qdv.UserApi.ISetDatabase.GetSet instead.")] 
QdvSet GetSet( 
long setId 
)
This language is not supported or no code example is available.

Parameters

setId
long

The ID of the set to be retrieved.

Return Value

QdvSet

The set with setId or null reference (Nothing in Visual Basic) if not found.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition