VS:SetClLSN

From Vectorworks Developer
Revision as of 20:32, 19 September 2012 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Description

Sets the line style of the specified class.

PROCEDURE SetClLSN(
className :STRING;
lineStyle :LONGINT);
def vs.SetClLSN(className, lineStyle):
    return None

Parameters

className STRING Name of class.
lineStyle LONGINT Line style index value.

Version

Availability: from Vectorworks 2013

See Also

VS Functions:

VS:GetClLSN

VS Functions: [[VS:GetClLSN]]