Track Editor (Windows Forms): Difference between revisions
Jump to navigation
Jump to search
(→) |
(→) |
||
Line 3: | Line 3: | ||
== Track Editor Application == | == Track Editor Application == | ||
* For this part you will need to include the '''''TPG.Maria.TrackLayer''''' NuGet package as a minimum. | ;General | ||
* You also need to have a Track Service available. | :* For this part you will need to include the '''''TPG.Maria.TrackLayer''''' NuGet package as a minimum. | ||
* Sample code for this section is the '''''MariaTrackEditor_Forms''''' project, in the '''''Sample Projects''''' solution. | :* You also need to have a Track Service available. | ||
* For general description of track | :* Sample code for this section is the '''''MariaTrackEditor_Forms''''' project, in the '''''Sample Projects''''' solution. | ||
* Track service interaction is handled by the '''''MariaTrackServiceEngine''''', | :* For general description of track related info, see [[General_track_service_information|'''General track service information''']]. | ||
:* Track service interaction is handled by the '''''MariaTrackServiceEngine''''' class, implemented with the WPF track editor. See [[Track_Editor#Track_service_engine|'''Track Service Engine''']]. | |||
Revision as of 11:20, 18 October 2019
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.