C++
virtual bool add( AcGsView * view ) = 0;
Description
This function adds a view to be displayed on the device. Returns true if the view was successfully added to the device.
Parameters
| Parameters | Description |
|---|---|
| view | Input view to be displayed on the device |