Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 495 Bytes

File metadata and controls

27 lines (20 loc) · 495 Bytes

GetClTextureG

Description

Function GetClTextureG returns the generic texture of the specified class.

FUNCTION GetClTextureG(className : STRING): LONGINT;
def vs.GetClTextureG(className):
    return LONGINT

Parameters

Name Type Description
className STRING Class name.

Remarks

Returns the generic texture of the class named className.

Version

Availability: from VectorWorks8.0

Category