Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 726 Bytes

File metadata and controls

31 lines (25 loc) · 726 Bytes

GetLineAttributeData

Description

Get the current choices for the combined line style and line weight dialog control. The line style value is an index and the line weight value is in mils.

PROCEDURE GetLineAttributeData(
				dialogID       : LONGINT;
				itemID         : LONGINT;
				VAR lineStyle  : INTEGER;
				VAR lineWeight : INTEGER);
def vs.GetLineAttributeData(dialogID, itemID):
    return (lineStyle, lineWeight)

Parameters

Name Type Description
dialogID LONGINT
itemID LONGINT
lineStyle INTEGER
lineWeight INTEGER

Version

Availability: from VectorWorks12.0

Category