ISelectionManager.SelectElementAt (METH)ΒΆ

METHOD SelectElementAt : DWORD

The selection manager moves the selection to another visual element with the given ID. (ID from the element list in the visualization) The element, which should be selected next, has to implement ISelectable. Then it will be called by SelectElement with dwSelectionType : VISU_SELECTION_AT Returnvalue is a constant of Visu_Selection_Constants, like VISU_SELECTION_OK or VISU_SELECTION_ERR_WRONG_ELEMENT_POSITION

InOut:

Scope

Name

Type

Comment

Return

SelectElementAt

DWORD

Input

pClientData

POINTER TO VisuStructClientData

the client, where the selection should change

stPosition

STRING

the ID of the element to select.