menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class ShapeFileDbfData

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

    Constructors

    ShapeFileDbfData()

    Initializes a new instance of the 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