Gets the fill of a component in an object.
FUNCTION GetComponentFill(
obj : HANDLE;
componentIndex : INTEGER;
VAR fill : LONGINT): BOOLEAN;def vs.GetComponentFill(obj, componentIndex):
return (BOOLEAN, fill)| 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 | Returns the fill of the component. Positive values for patterns, negative ref numbers for hatches. |
VS Functions: SetComponentFill
Availability: from VectorWorks 12.0