Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 915 Bytes

File metadata and controls

48 lines (38 loc) · 915 Bytes

SetClUseTextStyle

Description

Controls whether the text style of the specified class is used at object creation.

PROCEDURE SetClUseTextStyle(
				className : STRING;
				use       : BOOLEAN);
def vs.SetClUseTextStyle(className, use):
    return None

Parameters

Name Type Description
className STRING Name of class
use BOOLEAN Use text style on-off setting.

Examples

SetClUseTextStyle('Wall', TRUE);
import vs

# Controls whether the text style of the specified class is used at object
# creation.
className = 'None'
use = True

vs.SetClUseTextStyle(className, use)

See Also

VS Functions: GetClUseTextStyle | SetClTextStyleRef | GetClTextStyleRef

Version

Availability: from Vectorworks 2015

Category