Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 607 Bytes

File metadata and controls

30 lines (21 loc) · 607 Bytes

GetClUseTexture

Description

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

Parameters

Name Type Description
className STRING Class name.

Remarks

Returns whether the class is set to use its texture attributes at object creation.

Respective SetClUseTexture.

Version

Availability: from VectorWorks8.0

Category