menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeFileDbfData - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ShapeFileDbfData

    Represents the ShapeFileDbfData class in the map.

    Inheritance
    System.Object
    ShapeFileDbfData
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.Maps.Windows.dll
    Syntax
    public class ShapeFileDbfData

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved