Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeFileDbfHeader - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ShapeFileDbfHeader

    Class implementation of ShapeFileDbfHeader

    Inheritance
    System.Object
    ShapeFileDbfHeader
    Namespace: Com.Syncfusion.Maps
    Assembly: Syncfusion.SfMaps.Android.dll
    Syntax
    public class ShapeFileDbfHeader : Object

    Constructors

    ShapeFileDbfHeader()

    Initializes a new instance of the ShapeFileDbfHeader class

    Declaration
    public ShapeFileDbfHeader()

    Properties

    Day

    Gets Day of the DBF file last update.

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

    EncryptionFlag

    Gets Encryption flag of the DBF file.

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

    FileType

    Gets the DBF file type.

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

    FreeRecordThread

    Gets the FreeRecordThread of the DBF file.

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

    IncompleteTransaction

    Gets the IncompleteTransaction of the DBF File.

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

    LanguageDriver

    Gets the Language Driver of the DBF File.

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

    Length

    Gets Length of the Header.

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

    MdxFlag

    Gets the MDX Flag of the DBF File.

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

    Month

    Gets Month of the DBF file last updated.

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

    NumberOfRecords

    Gets number of Records in the file.

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

    RecordLength

    Gets the Record length of the DBF file.

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

    Reserve1

    Gets the First Reserved byte in the DBF File.

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

    Reserve2

    Gets the Second Reserved byte in the DBF File.

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

    Reserve3

    Gets the Third Reserved byte in the DBF file.

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

    Reserve4

    Gets the fourth Reserved byte in the DBF file.

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

    Terminator

    Gets the Terminator flag of the DBF file.

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

    Year

    Gets Year of the DBF file last updated.

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