The ShapeFile type exposes the following members.

Properties

  NameDescription
Public propertyCoordinateReferenceSystem
The Coordinate Reference System of the ShapeFile as read from the .prj file WKT
Public propertyExtent
Gets the Rectangular extent of the shapefile
Public propertyFilePath
Gets the path to the ShapeFile, not including the .shp file extension
Public propertyIsSelectable
Indicates whether the ShapeFile is selectable.
Public propertyStatic memberMapFilesInMemory
Gets or Sets whether to map files in memory.
Public propertyName
The name of this ShapeFile.
Public propertyProjectionWKT
The WKT representation of the ShapeFile's Coordinate Reference System as read from the .prj file
Public propertyStatic memberQuadTreeMaxLevels
Static property to get/set maximum levels used by internal quad tree data structure
Public propertyRecordCount
Gets the number of records(shapes) in the ShapeFile
Public propertyStatic memberRenderQuality
Gets or Sets the RenderQuality to use when rendering shapefiles
Public propertyRenderSettings
Gets or sets the RenderSettings used by the ShapeFile when Rendering
Public propertySelectedRecordIndices
Returns a collection of all the selected record indices
Public propertyShapeType
Gets the ShapeType of the ShapeFile
Public propertyStatic memberSync
Gets an object that can be used to synchronize access to the ShapeFile
Public propertyVisibleRecordIndices
Returns a collection of all the visible record indices

See Also