EaxToolBarView.setActiveObject

Syntax

setActiveObject(objType: PP.Exp.Ui.EaxObjectType, fireEvent);

Parameters

objType. Object to be activated.

fireEvent. Determines whether to fire active object change event.

Description

The setActiveObject method activates a selected object.

Comments

In the current context this method activates a specified button in a group of other button used to select data display mode.

Example

The example of method use is given on the page with description of the EaxToolBarView.ObjectStateChanged event.

See also:

EaxToolBarView