Skip to main content

INavigator.Select method

Namespace: NextDesign.Desktop

Description

Selects the element specified by 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, only IModel instances can be specified.
appendboolAppend selection or
True to select the specified element in addition to the current selection.
The default is False.

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

Return value

  • void

Exceptions

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