menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeFileDBFReader - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ShapeFileDBFReader

    Inheritance
    System.Object
    ShapeFileDBFReader
    Namespace: Syncfusion.SfMaps.iOS
    Assembly: Syncfusion.SfMaps.iOS.dll
    Syntax
    public class ShapeFileDBFReader : Object

    Constructors

    ShapeFileDBFReader()

    Initializes a new instance of the ShapeFileDBFReader class.

    Declaration
    public ShapeFileDBFReader()

    Properties

    DbfData

    Gets or sets a value for ShapeFileDbfData

    Declaration
    public ShapeFileDbfData DbfData { get; }
    Property Value
    Type
    ShapeFileDbfData

    Methods

    ReadDbfData(String)

    Method that Reads the DBF Data.

    Declaration
    public void ReadDbfData(string filename)
    Parameters
    Type Name Description
    System.String filename

    To set the file name

    ReadFromStream(Stream)

    Method to read the stream

    Declaration
    public void ReadFromStream(Stream dbfStream)
    Parameters
    Type Name Description
    System.IO.Stream dbfStream

    To set value for stream

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved