Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 815 Bytes

File metadata and controls

44 lines (34 loc) · 815 Bytes

SetClTextureD

Description

Procedure SetClTextureD sets the roof dormer texture of the specified class.

PROCEDURE SetClTextureD(
				className  : STRING;
				textureRef : LONGINT);
def vs.SetClTextureD(className, textureRef):
    return None

Parameters

Name Type Description
className STRING Class name.
textureRef LONGINT Texture reference index value.

Remarks

Sets the roof dormer texture of the class named className.

Examples

SetClTextureD('Wall', 1);
import vs

# Procedure SetClTextureD sets the roof dormer texture of the specified class.
className = 'None'
textureRef = 1

vs.SetClTextureD(className, textureRef)

Version

Availability: from VectorWorks8.0

Category