geEditSingleObject
geEditSingleObject(
d_objectId
)
=> t / nil
Description
Displays and edits the properties of an object.
Arguments
Value Returned
Examples
Displays the Property List Editor form for the object whose database ID is figId, or for the first object in the selected set.
figId = car( geGetSelectedSet( ) )
geEditSingleObject( figId )
Related Topics
Return to top