VS:SetClTextureG

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

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