Function GetClUseTexture returns whether a classes' texture attributes will be used at object creation.
FUNCTION GetClUseTexture(className : STRING): BOOLEAN;def vs.GetClUseTexture(className):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| className | STRING | Class name. |
Returns whether the class is set to use its texture attributes at object creation.
Respective SetClUseTexture.
Availability: from VectorWorks8.0