MindFusion.Mapping Programmer's Guide

MapLayer.DatabaseLocation Property

See Also
 






Gets or sets the URL of the DBF database file.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public string DatabaseLocation { get; set; }

Visual Basic  Copy Code

Public Property DatabaseLocation As String

 Property Value

A string specifying the DBF file location.

 See Also