Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.06 KB

File metadata and controls

35 lines (28 loc) · 1.06 KB

SetCompAltSecFillCl

Description

Sets the alternate section fill colors of a component in an object.

FUNCTION SetCompAltSecFillCl(
				object                        : HANDLE;
				componentIndex                : INTEGER;
				alternateSectionFillForeColor : INTEGER;
				alternateSectionFillBackColor : INTEGER): BOOLEAN;
def vs.SetCompAltSecFillCl(object, componentIndex, alternateSectionFillForeColor, alternateSectionFillBackColor):
    return BOOLEAN

Parameters

Name Type Description
object HANDLE The object. Can be a roof face, roof, Roof Style, or the Roof Preferences.
componentIndex INTEGER The index of the component.
alternateSectionFillForeColor INTEGER The alternate section fill fore color of the component.
alternateSectionFillBackColor INTEGER The alternate section fill back color of the component.

See Also

VS Functions: GetCompAltSecFillCl

Version

Availability: from Vectorworks 2016

Category