Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 632 Bytes

File metadata and controls

30 lines (23 loc) · 632 Bytes

CreateLineStylePopup

Description

Create a dialog control that displays the line style choices available in the active document.

PROCEDURE CreateLineStylePopup(
				dialogID : LONGINT;
				itemID   : LONGINT);
def vs.CreateLineStylePopup(dialogID, itemID):
    return None

Parameters

Name Type Description
dialogID LONGINT
itemID LONGINT

Remarks

Create a dialog control that displays the line style choices available in the active document.

Version

Availability: from VectorWorks12.0

Category