Copyright © 2001-2023 MultiMedia Soft

TracksBoard.VerticalLineDescriptionGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the description of the given vertical line. The current description can be modified through the TracksBoard.VerticalLineDescriptionSet method.

 

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.VerticalLineDescriptionGet (

nUniqueId as Long

) as string


 

[C++]

LPCTSTR control.TracksBoard.VerticalLineDescriptionGet (

long nUniqueId

);


 

 

Parameter

Description

 

 

nUniqueId

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

 

Return value

 

Value

Meaning

 

 

Empty string

Information not available or an error occurred (see the LastError property for further error details)

Valid string

The description of the vertical line