Copyright © 2001-2019 MultiMedia Soft

VolumeAutomation.CurveDesigner.GetGraphicalSettings method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the current graphical settings for the given curve designer. Settings can be modified through the VolumeAutomation.CurveDesigner.SetGraphicalSettings method.

 

For details about using the Curve Designer refer to the How to create custom volume curves tutorial.

For details about using Volume Automation refer to the How to manage Volume Automation tutorial.

 

 

Syntax

 

[Visual Basic]

control.VolumeAutomation.CurveDesigner.GetGraphicalSettings (

nDesignerUniqueId as Long,

pParamData as Long

) as enumErrorCodes


 

[C++]

short control.VolumeAutomation.CurveDesigner.GetGraphicalSettings (

long nDesignerUniqueId,

void *pParamData

);


 

 

 

Parameter

Description

 

 

nDesignerUniqueId

Unique identifier of the curve designer returned by a previous call to the VolumeAutomation.CurveDesigner.Create method

pParamData

Address of a structure of type CURVE_DESIGNER_SETTINGS that receives in output graphical settings of the curve designer.

 

 

Return value

 

Value

Meaning

 

 

enumErrorCodes.NOERROR (0)

The call was successful.

Negative value

An error occurred: see the LastError property for further error details or for a list of the possible error values.