Copyright © 2008-2023 MultiMedia Soft

TracksBoard.VerticalLineParamsGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains parameters of an existing vertical line displayed over the TracksBoard's session. These parameters can be modified through the TracksBoard.VerticalLineParamsSet 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 VerticalLineParamsGet (

nUniqueId as Int32,

ByRef settings as WANALYZER_VERTICAL_LINE

) as enumErrorCodes


 

[C#]

public enumErrorCodes VerticalLineParamsGet (

Int32 nUniqueId,

ref WANALYZER_VERTICAL_LINE settings

);


 

[C++]

public: enumErrorCodes VerticalLineParamsGet (

Int32 nUniqueId,

WANALYZER_VERTICAL_LINE __gc *settings

);


 

 

Parameter

Description

 

 

nUniqueId

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

settings

Address of a structure of type WANALYZER_VERTICAL_LINE that receives in output the current settings of the 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.