Copyright © 2005-2023 MultiMedia Soft

TracksBoard.VerticalLineRemove method

Previous pageReturn to chapter overviewNext page

Remarks

 

Removes the given vertical line.

 

For details about the use of the TracksBoard refer to the How to use the TracksBoard to visually compose songs tutorial.

For further details about methods of the TracksBoard refer to the TracksBoard object section.

 

 

Syntax

 

[Visual Basic]

Public Function VerticalLineRemove (

nUniqueId as Int32

) as enumErrorCodes


 

[C#]

public enumErrorCodes VerticalLineRemove (

Int32 nUniqueId

);


 

[C++]

public: enumErrorCodes VerticalLineRemove (

Int32 nUniqueId

);


 

 

Parameter

Description

 

 

nUniqueId

Unique identification number assigned to the vertical line by the TracksBoard.VerticalLineAdd method

Set this parameter to -1 in order to remove all of the available vertical lines.

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.