VS:SetCompAltSecFill: 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 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]]