|
INcModel::SuppressProcedure
This is preliminary documentation and subject to change.
Description
This method allows you to suppress procedures.
Syntax
SuppressProcedure( SuppressProcedureList, Suppress );
Input: (Variant) SuppressProcedureList |
Variant that contains an array of MdProcedures elements that have to be suppressed. |
Input: (Boolean) Suppress |
If TRUE (=1) then suppress all procedures in the list, otherwise unsuppress. |
|