Copyright © 2005-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]

Public Function VerticalLineNameSet (

nUniqueId as Int32,

strFriendlyName as String

) as enumErrorCodes


 

[C#]

public enumErrorCodes VerticalLineNameSet (

Int32 nUniqueId,

string strFriendlyName

);


 

[C++]

public: enumErrorCodes VerticalLineNameSet (

Int32 nUniqueId,

string 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.