.NET Framework Class Library
Selection.AndSelectQueryByUniqueId Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Selection Class > Selection Methods >

.NET Framework Class Library
Selection.AndSelectQueryByUniqueId Method

Permits to create a multiple selection in the Query Page

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub AndSelectQueryByUniqueId ( _

docUid As Integer _
)

C#

public void AndSelectQueryByUniqueId(

int docUid
)

Visual C++

public:

void AndSelectQueryByUniqueId(
int docUid
)

JavaScript

function andSelectQueryByUniqueId(docUid);

Parameters

docUid

Type: System.Int32
Unique id of the document to select together with other ones

Remarks

It must be preceeded by a SelectQueryByUniqueId command, in order to start the selection.

See Also

Selection Class

Selection Members

MwPDMApi Namespace