Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 575 Bytes

File metadata and controls

30 lines (23 loc) · 575 Bytes

SetClTextureG

Description

Procedure SetClTextureG sets the generic texture of the specified class.

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

Parameters

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

Remarks

Sets the generic texture of the class named className.

Version

Availability: from VectorWorks8.0

Category