Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 531 Bytes

File metadata and controls

29 lines (23 loc) · 531 Bytes

CreateSeparator

Description

Creates a Layout Manager image separator.

PROCEDURE CreateSeparator(
				dialogID    : LONGINT;
				componentID : LONGINT;
				iLength     : INTEGER);
def vs.CreateSeparator(dialogID, componentID, iLength):
    return None

Parameters

Name Type Description
dialogID LONGINT
componentID LONGINT
iLength INTEGER

Version

Availability: from VectorWorks12.5

Category