.NET Framework Class Library
Selection.AndSelectByUniqueId Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
Selection.AndSelectByUniqueId Method

Permits to create a multiple selection in the Documents Page

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

Syntax

Visual Basic

Public Sub AndSelectByUniqueId ( _

docUid As Integer _
)

C#

public void AndSelectByUniqueId(

int docUid
)

Visual C++

public:

void AndSelectByUniqueId(
int docUid
)

JavaScript

function andSelectByUniqueId(docUid);

Parameters

docUid

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

Remarks

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

See Also

Selection Class

Selection Members

MwPDMApi Namespace