Track Editor (Windows Forms)

From Maria GDK Wiki
Revision as of 12:20, 18 October 2019 by Sor (talk | contribs) ()
Jump to navigation Jump to search

This section describes how to create an application interacting with the Maria GDK Track Service

Track Editor Application

General
  • For this part you will need to include the TPG.Maria.TrackLayer NuGet package as a minimum.
  • You also need to have a Track Service available.
  • Sample code for this section is the MariaTrackEditor_Forms project, in the Sample Projects solution.
  • For general description of track related info, see General track service information.
  • Track service interaction is handled by the MariaTrackServiceEngine class, implemented with the WPF track editor. See Track Service Engine.


Track editor, example application