Class ShapeFileDbfData
Represents the ShapeFileDbfData class in the map.
Inheritance
System.Object
ShapeFileDbfData
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public class ShapeFileDbfData : Object
Constructors
ShapeFileDbfData()
Initializes a new instance of the DbfReader.ShapeFileDbfData class.
Declaration
public ShapeFileDbfData()
Properties
DbfFields
Gets or sets values of DbfFields.
Declaration
public List<DbfValues> DbfFields { get; set; }
Property Value
| Type |
|---|
| System.Collections.Generic.List<DbfValues> |
DbfHeader
Gets the dbf data file header. .
Declaration
public ShapeFileDbfHeader DbfHeader { get; }
Property Value
| Type |
|---|
| ShapeFileDbfHeader |