Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 791 Bytes

File metadata and controls

42 lines (32 loc) · 791 Bytes

GetClTextureR

Description

Function GetClTextureR returns the right side wall texture of the specified class.

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

Parameters

Name Type Description
className STRING Class name.

Remarks

Returns the wall right texture of the class named className.

Examples

resultN := GetClTextureR('Wall');
import vs

# Function GetClTextureR returns the right side wall texture of the specified
# class.
className = 'None'

resultN = vs.GetClTextureR(className)
vs.Message('GetClTextureR returned: ' + str(resultN))

Version

Availability: from VectorWorks8.0

Category