CompiledLinkEditsCreate Method | |
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
)
Public Shared Function Create (
filename As String
) As CompiledLinkEdits
Parameters
- filename
- Type: SystemString
Filename to read the edits from.
Return Value
Type:
CompiledLinkEditsA new CompiledLinkEdits object.
See Also