Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 852 Bytes

File metadata and controls

33 lines (26 loc) · 852 Bytes

SetComponentFill

Description

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

Parameters

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.

See Also

VS Functions: GetComponentFill

Version

Availability: from VectorWorks 12.0

Category