rdeInspect
rdeInspect( [ d_dbID ] ) ; => t / nil
Description
This function displays the Virtuoso Routing IDE property inspector GUI. If a dbObject is supplied, then the inspector will show that object and its properties. If no object is supplied, then the currently open geWindow’s cellview will be inspected.
The rdeInspect() SKILL function only displays the property inspector on a single object and not on a set of objects.
Arguments
Value Returned
|
Returns t if the dbObject of the specified ID could be found. |
|
|
Returns nil if If there is no current geWindow or no supplied dbObject. |
To invoke the inspector on an object and then click the object in the Layout Editor.
rdeInspect (gePointToFig())
Related Topics
Return to top