Procedure SetTexBitPaintNode sets the paint node of the referenced texture bitmap.
PROCEDURE SetTexBitPaintNode(
textureBitmap : HANDLE;
paintNode : HANDLE);def vs.SetTexBitPaintNode(textureBitmap, paintNode):
return None| Name | Type | Description |
|---|---|---|
| textureBitmap | HANDLE | Handle to texture bitmap. |
| paintNode | HANDLE | Paint node for texture bitmap. |
Sets the texture bitmap's image paint node
SetTexBitPaintNode is obsolete as of VectorWorks12.0
Availability: from VectorWorks8.0