Toggles the document setting for using the texture attributes of the specified class at object creation.
PROCEDURE SetClUseTexture(
className : STRING;
use : BOOLEAN);def vs.SetClUseTexture(className, use):
return None| Name | Type | Description |
|---|---|---|
| className | STRING | Name of class. |
| use | BOOLEAN | Use texture attributes on-off setting. |
Sets whether the class texture attributes are used at object creation.
Respective 'Get' is under Textures: GetClUseTexture .
SetClUseTexture('Proposed Roof',TRUE);VS Functions: GetClUseTexture
Availability: from VectorWorks8.0