menu

WinForms

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

    Show / Hide Table of Contents

    Class ShapeFileDbfHeader

    Defines class for ShapeFileDbfHeader.

    Inheritance
    System.Object
    ShapeFileDbfHeader
    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 ShapeFileDbfHeader

    Constructors

    ShapeFileDbfHeader()

    Initializes a new instance of the DbfReader.ShapeFileDbfHeader class.

    Declaration
    public ShapeFileDbfHeader()

    Properties

    Day

    Gets the Day of the Dbf file last update.

    Declaration
    public byte Day { get; }
    Property Value
    Type
    System.Byte

    EncryptionFlag

    Gets the encryption flag of the Dbf file.

    Declaration
    public byte EncryptionFlag { get; }
    Property Value
    Type
    System.Byte

    FileType

    Gets the Dbf file type.

    Declaration
    public int FileType { get; }
    Property Value
    Type
    System.Int32

    FreeRecordThread

    Gets the FreeRecordThread of the Dbf file.

    Declaration
    public int FreeRecordThread { get; }
    Property Value
    Type
    System.Int32

    IncompleteTransaction

    Gets the IncompleteTransaction of the Dbf File.

    Declaration
    public byte IncompleteTransaction { get; }
    Property Value
    Type
    System.Byte

    LanguageDriver

    Gets the Language Driver of the Dbf File.

    Declaration
    public byte LanguageDriver { get; }
    Property Value
    Type
    System.Byte

    Length

    Gets the Length of the Header.

    Declaration
    public short Length { get; }
    Property Value
    Type
    System.Int16

    MdxFlag

    Gets the MDX Flag of the Dbf File.

    Declaration
    public byte MdxFlag { get; }
    Property Value
    Type
    System.Byte

    Month

    Gets the Month of the Dbf file last updated.

    Declaration
    public byte Month { get; }
    Property Value
    Type
    System.Byte

    NumberOfRecords

    Gets the number of Records in the file.

    Declaration
    public int NumberOfRecords { get; }
    Property Value
    Type
    System.Int32

    RecordLength

    Gets the Record length of the Dbf file.

    Declaration
    public short RecordLength { get; }
    Property Value
    Type
    System.Int16

    Reserve1

    Gets the First Reserved byte in the Dbf File.

    Declaration
    public short Reserve1 { get; }
    Property Value
    Type
    System.Int16

    Reserve2

    Gets the Second Reserved byte in the Dbf File.

    Declaration
    public int Reserve2 { get; }
    Property Value
    Type
    System.Int32

    Reserve3

    Gets the Third Reserved byte in the Dbf file.

    Declaration
    public int Reserve3 { get; }
    Property Value
    Type
    System.Int32

    Reserve4

    Gets the fourth Reserved byte in the Dbf file.

    Declaration
    public short Reserve4 { get; }
    Property Value
    Type
    System.Int16

    Terminator

    Gets the Terminator flag of the Dbf file.

    Declaration
    public byte Terminator { get; }
    Property Value
    Type
    System.Byte

    Year

    Gets the Year of the Dbf file last updated.

    Declaration
    public byte Year { get; }
    Property Value
    Type
    System.Byte
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved