VS:ShowClass: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
(Undo revision 20797 by Special:Contributions/ ([[User talk:|talk]]))
 
(3 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 08:15, 12 January 2016

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Sets the visibility of the specified class to normal (visible) status.

PROCEDURE ShowClass(
className :STRING);
def vs.ShowClass(className):
    return None

Parameters

className STRING Name of class.

Example

VectorScript

ShowClass('Dimension');

Python


Version

Availability: from All Versions

See Also

VS Functions:

VS:HideClass

VS Functions: [[VS:HideClass]]