Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 583 Bytes

File metadata and controls

31 lines (23 loc) · 583 Bytes

DeleteDLComponent

Description

Deletes the nth component of the Double Line Preferences, where n is equal to index.

FUNCTION DeleteDLComponent(index : INTEGER): BOOLEAN;
def vs.DeleteDLComponent(index):
    return BOOLEAN

Parameters

Name Type Description
index INTEGER The index of the component to delete.

Remarks

CJG 6-27-06

See Also

VS Functions: InsertNewDLComponent

Version

Availability: from VectorWorks12.5

Category