Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 583 Bytes

File metadata and controls

29 lines (23 loc) · 583 Bytes

SetLineWeightChoice

Description

Set the current choice of the line weight dialog control to the value specified in mils.

PROCEDURE SetLineWeightChoice(
				dialogID   : LONGINT;
				itemID     : LONGINT;
				lineWeight : INTEGER);
def vs.SetLineWeightChoice(dialogID, itemID, lineWeight):
    return None

Parameters

Name Type Description
dialogID LONGINT
itemID LONGINT
lineWeight INTEGER

Version

Availability: from VectorWorks12.0

Category