Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 583 Bytes

File metadata and controls

27 lines (21 loc) · 583 Bytes

GetNumLineTypeItems

Description

Returns the number of line types in the line style control.

FUNCTION GetNumLineTypeItems(
				dialogID : LONGINT;
				itemID   : LONGINT): INTEGER;
def vs.GetNumLineTypeItems(dialogID, itemID):
    return INTEGER

Parameters

Name Type Description
dialogID LONGINT The index of the dialog layout containing the control.
itemID LONGINT The index of the line style control.

Version

Availability: from Vectorworks 2015

Category