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

Parameters

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

Return Value

XML for track

Implements

ITrackEditor..::.GetTrackXml(String)

See Also