VS:SetClLSN: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
(No difference)

Revision as of 20:32, 19 September 2012

.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]]