Gets the edit UUID at position.

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

Syntax

C#
string GetEditAtPos(
	Object timecode
)
Visual Basic (Declaration)
Function GetEditAtPos ( _
	timecode As Object _
) As String
Visual C++
String^ GetEditAtPos(
	Object^ timecode
)

Parameters

timecode
Type: System..::.Object
Timecode.

Return Value

edit uuid that corresponds to the given position

See Also