Sets the fill of a component in an object.
FUNCTION SetComponentFill(
obj : HANDLE;
componentIndex : INTEGER;
fill : LONGINT): BOOLEAN;def vs.SetComponentFill(obj, componentIndex, fill):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| obj | HANDLE | The object. Can be a wall, round wall, slab, Wall Style, Slab Style, the Wall Preferences, or the Slab Preferences. |
| componentIndex | INTEGER | The index of the component. |
| fill | LONGINT | The fill of the component. Positive values for patterns, negative object indexes for hatches. |
VS Functions: GetComponentFill
Availability: from VectorWorks 12.0