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 ISimpleEditor2 : ITrackEditor, 
	IEventEditor, ISimpleEditor, IDisposable
Visual Basic (Declaration)
Public Interface ISimpleEditor2 _
	Implements ITrackEditor, IEventEditor, ISimpleEditor, IDisposable
Visual C++
public interface class ISimpleEditor2 : ITrackEditor, 
	IEventEditor, ISimpleEditor, IDisposable

See Also