Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 675 Bytes

File metadata and controls

33 lines (26 loc) · 675 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.

See Also

VS Functions: GetClUseTextStyle | SetClTextStyleRef | GetClTextStyleRef

Version

Availability: from Vectorworks 2015

Category