Skip to main content

INavigator.Select method

Namespace: NextDesign.Desktop

Description

Select the element specified in this navigator.

In the current version, only the following navigators support this method:

  • Model Navigator
  • Product Line Navigator

argument

NameTypeDescription
itemobjectElement to select

In the current version, you can only specify an instance of IModel.
appendboolAdd selection or
True will select the specified element in addition to the current selection.
The default value is False.

If the navigator does not support multi-element selection, this specification will be ignored.

Return value

  • void

Exception

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionWhen an element that does not exist in INavigator.Items is specified