Click or drag to resize

LinkEditDatabase Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a new blank LinkEditDatabase that will be stored in memory. It will not be saved to disk.

Namespace:  Telogis.GeoBase.Routing.LinkEdit
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public LinkEditDatabase()
Examples
C#
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...
}
See Also