Function GetClTextureC returns the wall center texture of the specified class.
FUNCTION GetClTextureC(className : STRING): LONGINT;def vs.GetClTextureC(className):
return LONGINT| Name | Type | Description |
|---|---|---|
| className | STRING | Class name. |
Returns the wall center textureof the class named className.
resultN := GetClTextureC('Wall');import vs
# Function GetClTextureC returns the wall center texture of the specified class.
className = 'None'
resultN = vs.GetClTextureC(className)
vs.Message('GetClTextureC returned: ' + str(resultN))Availability: from VectorWorks8.0