Sets the class visibility of the specified class to hidden (invisible) status.
PROCEDURE HideClass(className : STRING);def vs.HideClass(className):
return None| Name | Type | Description |
|---|---|---|
| className | STRING | Name of class. |
If you're hiding a class for the purpose of printing with that class turned off, you have to do a ReDrawAll before calling the the DoMenuTextByName('Print',0) call, or else the class doesn't get hidden until after the script completes execution.
HideClass('Dimension');vs.HideClass('Dimension')VS Functions: ShowClass
Availability: from All Versions