VS:GetNumTexLayers
From Vectorworks Developer
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Returns number of texture layers (base + decals) for the specified part.FUNCTION GetNumTexLayers(
obj :HANDLE;
texPartID :LONGINT) : LONGINT;
def vs.GetNumTexLayers(obj, texPartID): return LONGINT
Parameters
obj HANDLE texPartID LONGINT