Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 840 Bytes

File metadata and controls

33 lines (26 loc) · 840 Bytes

SetCompAltSecFill

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

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.
alternateSectionFill LONGINT The alternate section fill of the component.

See Also

VS Functions: GetCompAltSecFill

Version

Availability: from Vectorworks 2016

Category