Returns an XML document that contains track type and uuid.

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

Syntax

C#
string GetTrackXml(
	string typeSpec
)
Visual Basic (Declaration)
Function GetTrackXml ( _
	typeSpec As String _
) As String
Visual C++
String^ GetTrackXml(
	String^ typeSpec
)

Parameters

typeSpec
Type: System..::.String
Can be blank

Return Value

track XML

See Also