Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 633 Bytes

File metadata and controls

31 lines (23 loc) · 633 Bytes

SetDLOptions

Description

Gets the Double Line Preferences options. 0 for Create Lines, 1 for Create Polygons, 2 for Create Lines and Polygons.

PROCEDURE SetDLOptions(options : INTEGER);
def vs.SetDLOptions(options):
    return None

Parameters

Name Type Description
options INTEGER The options. 0 for Create Lines, 1 for Create Polygons, 2 for Create Lines and Polygons.

Remarks

CJG 6-27-06

See Also

VS Functions: GetDLOptions

Version

Availability: from VectorWorks12.5

Category