Copyright © 2008-2019 MultiMedia Soft

Effects.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 Effects.CurveDesigner.GetGraphicalSettings method.

 

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

Further information about the use of Volume Automation can be found inside the How to define a volume automation procedure tutorial.

 

 

Syntax

 

[Visual Basic]

control.Effects.CurveDesigner.SetGraphicalSettings (

nDesignerUniqueId as Long,

pParamData as Long

) as enumErrorCodes


 

[C++]

short control.Effects.CurveDesigner.SetGraphicalSettings (

long nDesignerUniqueId,

long pParamData

);


 

 

 

Parameter

Description

 

 

nDesignerUniqueId

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

pParamData

Address of a structure of type CURVE_DESIGNER_SETTINGS containing graphical settings of the curve designer.

 

 

Return value

 

Value

Meaning

 

 

enumErrorCodes.ERR_NOERROR (0)

The call was successful.

Negative value

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