schSetIgnorePropEnabled
schSetIgnorePropEnabled(
t_name
g_enable
)
=> t / nil
Description
Enables or disables a particular ignore property. When you enable an ignore property, this property is applied on an instance while ignoring that instance.
Arguments
Value Returned
Examples
Suppose ignore property nlIgnore needs to be enabled:
schSetIgnorePropEnabled(?name "nlIgnore" ?enable t)
schSetIgnorePropEnabled(?name "nlIgnore" ?enable nil)
Return to top