Copyright © 2005-2019 MultiMedia Soft

VolumeAutomation.CurveDesigner.SetGraphicalSettings method

Previous pageReturn to chapter overviewNext page

Remarks

 

Modifies graphical settings for the given curve designer. Current settings can be obtained through the VolumeAutomation.CurveDesigner.GetGraphicalSettings 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]

Public Function SetGraphicalSettings (

nDesignerUniqueId as Int32,

settings as CURVE_DESIGNER_SETTINGS

) as enumErrorCodes


 

[C#]

public enumErrorCodes SetGraphicalSettings (

Int32 nDesignerUniqueId,

CURVE_DESIGNER_SETTINGS settings

);


 

[C++]

public: enumErrorCodes SetGraphicalSettings (

Int32 nDesignerUniqueId,

CURVE_DESIGNER_SETTINGS settings

);


 

 

Parameter

Description

 

 

nDesignerUniqueId

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

settings

Object of class CURVE_DESIGNER_SETTINGS containing graphical settings of the curve designer.

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.NOERROR (0)

The method call was successful.