Copyright © 2005-2019 MultiMedia Soft

VolumeAutomation.CurveDesigner property (RO)

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property CurveDesigner As CurveDesignerMan


 

[C#]

public CurveDesignerMan CurveDesigner {get;}


 

[C++]

public: __property CurveDesignerMan* get_CurveDesigner ();


 

This property is Read-only

 

 

Remarks

The Curve Designer for the embedded Volume Automation object.

This property encapsulates the functionality of the VolumeAutomation.CurveDesigner object and the ICurveDesigner COM interface.

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.