Performs simple edits

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

Syntax

C#
public interface ISimpleEditor3 : IEventEditor2, 
	ITrackEditor2, ISimpleEditor2, ITrackEditor, IEventEditor, ISimpleEditor, 
	IDisposable
Visual Basic (Declaration)
Public Interface ISimpleEditor3 _
	Implements IEventEditor2, ITrackEditor2, ISimpleEditor2, ITrackEditor,  _
	IEventEditor, ISimpleEditor, IDisposable
Visual C++
public interface class ISimpleEditor3 : IEventEditor2, 
	ITrackEditor2, ISimpleEditor2, ITrackEditor, IEventEditor, ISimpleEditor, 
	IDisposable

See Also