The ShapeFile type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Extent |
Gets the Rectangular extent of the shapefile
| |
| FilePath |
Gets the path to the ShapeFile, not including the .shp file extension
| |
| IsSelectable |
Indicates whether the ShapeFile is selectable.
| |
| Name |
The name of this ShapeFile.
| |
| RecordCount |
Gets the number of records(shapes) in the ShapeFile
| |
| RenderQuality |
Gets or Sets the RenderQuality to use when rendering shapefiles
| |
| RenderSettings |
Gets or sets the RenderSettings used by the ShapeFile when Rendering
| |
| SelectedRecordIndex |
Gets or sets the index (zero based) of the current selected shape/record. If no shape is selected then SelectedRecordIndex is -1
| |
| ShapeType |
Gets the ShapeType of the ShapeFile
| |
| Sync |
Gets an object that can be used to synchronize access to the ShapeFile
| |
| UseMercatorProjection |
Gets/Sets whether ShapeFiles should be rendered using the Mercator Projection.
|