Function SetClTextStyleRef sets the text style of the specified class. The integer style is the internal index of the text style.
PROCEDURE SetClTextStyleRef(
className : STRING;
textStyleRef : LONGINT);def vs.SetClTextStyleRef(className, textStyleRef):
return None| Name | Type | Description |
|---|---|---|
| className | STRING | Name of class |
| textStyleRef | LONGINT | text style reference id |
SetClTextStyleRef('Wall', 1);import vs
# Function SetClTextStyleRef sets the text style of the specified class.
className = 'None'
textStyleRef = 0
vs.SetClTextStyleRef(className, textStyleRef)VS Functions: SetClUseTextStyle | GetClUseTextStyle | GetClTextStyleRef
Availability: from Vectorworks 2015