Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geEditSingleObject

geEditSingleObject( 
d_objectId 
)
=>  t / nil 

Description

Displays and edits the properties of an object.

Arguments

d_objectId

Database ID of the object to edit.

Value Returned

t

The object is found.

nil

The object is not found.

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

Edit and Display Functions


Return to top
 ⠀
X