Duplicates the track.

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

Syntax

C#
void DuplicateTrack(
	string srcTrackUuid,
	out int trackIndex,
	out string trackUuid
)
Visual Basic (Declaration)
Sub DuplicateTrack ( _
	srcTrackUuid As String, _
	<OutAttribute> ByRef trackIndex As Integer, _
	<OutAttribute> ByRef trackUuid As String _
)
Visual C++
void DuplicateTrack(
	String^ srcTrackUuid, 
	[OutAttribute] int% trackIndex, 
	[OutAttribute] String^% trackUuid
)

Parameters

srcTrackUuid
Type: System..::.String
The SRC track UUID.
trackIndex
Type: System..::.Int32 %
Index of the track.
trackUuid
Type: System..::.String %
The track UUID.

See Also