Click or drag to resize

CompiledLinkEditsCreate Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a new CompiledLinkEdits object from the supplied filename.

Namespace:  Telogis.GeoBase.Routing.LinkEdit
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static CompiledLinkEdits Create(
	string filename
)

Parameters

filename
Type: SystemString
Filename to read the edits from.

Return Value

Type: CompiledLinkEdits
A new CompiledLinkEdits object.
See Also