Class ShapeFileRecord
Class implementation of ShapeFileRecord
Inheritance
System.Object
ShapeFileRecord
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.dll
Syntax
public class ShapeFileRecord : Object
Constructors
ShapeFileRecord()
Initializes a new instance of the ShapeFileRecord class.
Declaration
public ShapeFileRecord()
Properties
BoundingBox
Gets or Sets BoundingBox value
Declaration
public BoundingBox BoundingBox { get; }
Property Value
Type |
---|
BoundingBox |
Parts
Gets collection of indices for the points array. Each index identifies the starting point of the corresponding part (or PathFigure using WPF terminology).
Declaration
public List<int> Parts { get; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Int32> |
RecordIndex
Gets the value for record index
Declaration
public int RecordIndex { get; }
Property Value
Type |
---|
System.Int32 |
Methods
ToString()
Output some of the fields of the shape file record.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string representation of the record. |