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)| 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. |
_c_: 2016.02.03: See remarks under GetCompAltSecFill!
VS Functions: SetCompAltSecFillCl
Availability: from Vectorworks 2016