Function GetClTextureR returns the right side wall texture of the specified class.
FUNCTION GetClTextureR(className : STRING): LONGINT;def vs.GetClTextureR(className):
return LONGINT| Name | Type | Description |
|---|---|---|
| className | STRING | Class name. |
Returns the wall right texture of the class named className.
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))Availability: from VectorWorks8.0