VS:SetCompAltSecFill

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

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

FUNCTION SetCompAltSecFill(
object :HANDLE;
componentIndex :INTEGER;
alternateSectionFill :LONGINT) : BOOLEAN;
def vs.SetCompAltSecFill(object, componentIndex, alternateSectionFill):
    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.
alternateSectionFill LONGINT The alternate section fill of the component.

Version

Availability: from Vectorworks 2016

See Also

VS Functions:

VS:GetCompAltSecFill

VS Functions: [[VS:GetCompAltSecFill]]