Gets the editor.

Namespace:  GrassValley.Mseries.Control
Assembly:  GrassValley.Mseries.Control (in GrassValley.Mseries.Control.dll) Version: 1.0.0.0

Syntax

C#
ISimpleEditor GetEditor()
Visual Basic (Declaration)
Function GetEditor As ISimpleEditor
Visual C++
ISimpleEditor^ GetEditor()

Return Value

ISimpleEditor instance

Remarks

This function returns the editor interface for the current loaded clip.

See Also