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#
void SetMarkIn(
	Object markIn
)
Visual Basic (Declaration)
Sub SetMarkIn ( _
	markIn As Object _
)
Visual C++
void SetMarkIn(
	Object^ markIn
)

Parameters

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

Remarks

Sets the mark in to the given timecode position.

See Also