VS:SetCompAltSecFillCl: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 17:43, 16 September 2015

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

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.

Version

Availability: from Vectorworks 2016

See Also

VS Functions:

VS:GetCompAltSecFillCl

VS Functions: [[VS:GetCompAltSecFillCl]]