Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 985 Bytes

File metadata and controls

35 lines (28 loc) · 985 Bytes

SetCompPenStylesN

Description

Sets the pen styles of a component in an object.

FUNCTION SetCompPenStylesN(
				object         : HANDLE;
				componentIndex : INTEGER;
				leftPenStyle   : LONGINT;
				rightPenStyle  : LONGINT): BOOLEAN;
def vs.SetCompPenStylesN(object, componentIndex, leftPenStyle, rightPenStyle):
    return BOOLEAN

Parameters

Name Type Description
object HANDLE The object. Can be a wall, round wall, slab, roof face, roof, Wall Style, Slab Style, Roof Style, the Wall Preferences, the Slab Preferences, or the Roof Preferences.
componentIndex INTEGER The index of the component.
leftPenStyle LONGINT The left pen style of the component.
rightPenStyle LONGINT The right pen style of the component.

See Also

VS Functions: GetCompPenStylesN

Version

Availability: from Vectorworks 2016

Category