Sets the mark in point.

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

Syntax

C#
public void SetMarkIn(
	Object markIn
)
Visual Basic (Declaration)
Public Sub SetMarkIn ( _
	markIn As Object _
)
Visual C++
public:
virtual void SetMarkIn(
	Object^ markIn
) sealed

Parameters

markIn
Type: System..::.Object
Mark in.

Implements

ISimpleEditor..::.SetMarkIn(Object)

Remarks

Sets the mark in to the given timecode position.

See Also