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#
public string GetEditAtPos(
	Object timecode
)
Visual Basic (Declaration)
Public Function GetEditAtPos ( _
	timecode As Object _
) As String
Visual C++
public:
virtual String^ GetEditAtPos(
	Object^ timecode
) sealed

Parameters

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

Return Value

edit uuid that corresponds to the given position

Implements

ISimpleEditor..::.GetEditAtPos(Object)

See Also