Performs track edits

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

Syntax

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

See Also