Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 744 Bytes

File metadata and controls

40 lines (31 loc) · 744 Bytes

SetClUseGraphic

Description

Toggles the document setting for using the graphic attributes of the specified class at object creation.

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

Parameters

Name Type Description
className STRING Name of class.
use BOOLEAN Use graphic attributes on-off setting.

Remarks

Sets whether the class graphic attributes are used at object creation.

Examples

VectorScript

SetClUseGraphic('Forested Cover',TRUE);

Python

Version

Availability: from VectorWorks8.0

Category