schIgnore
schIgnore( ?objectIdd_instId?setIgnoreg_setIgnore) => t / nil
Description
Adds or removes the ignore properties from the specified instance. You can view the registered ignore properties on the Ignore Properties tab by clicking Options – Editor.
Arguments
|
Instance ID for which ignore properties are to be added or removed. |
|
Value Returned
Examples
The following example sets the ignore properties on the instance currently selected in the canvas.
schIgnore(?objectId car(geGetSelSet()) ?setIgnore t)
The following example sets the ignore properties on the instance specified by instId.
schIgnore(?objectId instId ?setIgnore t)
The following example removes the ignore properties from the instance currently selected in the canvas.
schIgnore(?objectId car(geGetSelSet()) ?setIgnore nil)
Related Topics
Return to top