LinkEditDatabase Constructor |
Namespace: Telogis.GeoBase.Routing.LinkEdit
public MyForm() { InitializeComponent(); // Create a link edit database in local memory... Telogis.GeoBase.Routing.LinkEdit.LinkEditDatabase myLinkEditDatabase = new Telogis.GeoBase.Routing.LinkEdit.LinkEditDatabase(); // Next, specify the link(s) you will edit by using // LatLonSelection or PolygonSelection... }