Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 577 Bytes

File metadata and controls

30 lines (23 loc) · 577 Bytes

SetClTextureT

Description

Procedure SetClTextureT sets the roof top texture of the specified class.

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

Parameters

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

Remarks

Sets the roof top texture of the class named className.

Version

Availability: from VectorWorks8.0

Category