geEditSelSet
geEditSelSet(
[ d_cellview ]
)
=> t / nil
Description
Displays and edits the properties of each object in the selected set in a cellview.
Arguments
|
Database ID of the cellview containing the selected set. If not specified, the cellview from the current window is used. |
Value Returned
Examples
Displays the Property List Editor form for the objects in the selected set in the current cellview.
geEditSelSet( geGetEditCellView( ) )
Related Topics
Return to top