Sets the visibility of the specified class to normal (visible) status.
PROCEDURE ShowClass(className : STRING);def vs.ShowClass(className):
return None| Name | Type | Description |
|---|---|---|
| className | STRING | Name of class. |
==== VectorScript ====
ShowClass('Dimension');==== Python ====
VS Functions: HideClass
Availability: from All Versions
- Classes