Procedure SetTexBitFeatureSize sets the feature size of the referenced bitmap. Parameter featureSize specifies the size in real world inches.
PROCEDURE SetTexBitFeatureSize(
textureBitmap : HANDLE;
featureSize : REAL);def vs.SetTexBitFeatureSize(textureBitmap, featureSize):
return None| Name | Type | Description |
|---|---|---|
| textureBitmap | HANDLE | Handle to texture bitmap. |
| featureSize | REAL | Feature size value. |
featureSize is in real-world inches
Availability: from VectorWorks8.0