|
IModel::SuppressProcedures
Description
This method allows you to suppress/unsuppress geometrical entities and assembly instances.
Syntax
SuppressProcedures ( EntityList, Suppress );
Input: (ICimEntityList) EntityList |
List of entities that have to be suppressed/unsuppressed. |
Return: (int) Suppress |
If 1 (TRUE) then suppress all procedures in the list. If 0 (FALSE) then unsuppress all procedures in the list. |
|