Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.19 KB

File metadata and controls

38 lines (30 loc) · 1.19 KB

GetCompAltSecFillCl

Description

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

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

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 Returns the alternate section fill fore color of the component.
alternateSectionFillBackColor INTEGER Returns the alternate section fill back color of the component.

Remarks

_c_: 2016.02.03: See remarks under GetCompAltSecFill!

See Also

VS Functions: SetCompAltSecFillCl

Version

Availability: from Vectorworks 2016

Category