Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 564 Bytes

File metadata and controls

31 lines (21 loc) · 564 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 [[VS:SetClUseTexture]].

Version

Availability: from VectorWorks8.0

Category

  • Textures