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| Name | Type | Description |
|---|---|---|
| className | STRING | Name of class. |
| use | BOOLEAN | Use graphic attributes on-off setting. |
Sets whether the class graphic attributes are used at object creation.
SetClUseGraphic('Forested Cover',TRUE);Availability: from VectorWorks8.0