Copyright © 2001-2023 MultiMedia Soft

TracksBoard.VerticalLineNameSet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Sets the friendly name of 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]

control.TracksBoard.VerticalLineNameSet (

nUniqueId as Long,

strFriendlyName as String

) as enumErrorCodes


 

[C++]

short control.TracksBoard.VerticalLineNameSet (

long nUniqueId,

LPCTSTR strFriendlyName

);


 

 

Parameter

Description

 

 

nUniqueId

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

strFriendlyName

String containing the friendly name to assign to the vertical line

 

 

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.