Difference between revisions of "VS:GetCompAltSecFillCl"
From Vectorworks Developer
m (correc) |
m (Transfer Orso to _c_) |
||
(One intermediate revision by one user not shown) | |||
Line 47: | Line 47: | ||
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ||
<remark> | <remark> | ||
− | [[User: | + | [[User:CBM-c-|_c_]]: 2016.02.03: See remarks under [[VS:GetCompAltSecFill]]! |
− | + | ||
− | + | ||
</remark> | </remark> | ||
Latest revision as of 01:20, 30 December 2020
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
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
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 VS:GetCompAltSecFill!Version
Availability: from Vectorworks 2016See Also
VS Functions:VS Functions:
[[VS:SetCompAltSecFillCl]]