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

Public Function VerticalLineDescriptionGet (

nUniqueId as Int32

) as string


 

[C#]

public string VerticalLineDescriptionGet (

Int32 nUniqueId

);


 

[C++]

public: string VerticalLineDescriptionGet (

Int32 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