geSetAutoStoreSelection
geSetAutoStoreSelection( [g_autoStore] [d_cellviewId] ) => t / nil
Description
Enables the auto store selection set feature on a cellview. Stored selection sets are remembered as long as the cellview is open. Once the cellview is closed, the recorded information is lost.
Deleted and modified objects are removed from the store selection set. If all objects are deleted in a stored selection set, the set is dropped. Does not recognize the undo/redo commands.
Arguments
|
Optional argument that specifies whether the auto stored set is enabled. |
|
Value Returned
Examples
geSetAutoStoreSelection(t)
Related Topics
Return to top