The DataDirectory type exposes the following members.

Constructors

  NameDescription
DataDirectory
Initializes a new instance of the DataDirectory class using the specified file system path.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetRasters
Returns a collection of Raster objects which represents all the supported raster files in a directory.
GetTableRelationships
Returns a collection of TableRelationship objects which contains all the in-memory relationships involving shapefiles and dBase files in the DataDirectory.
GetTablesOverloaded.
Returns a collection of Table objects. An overload is available for working with a subset of the Tables in the DataDirectory.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OpenRaster
Returns a Raster object which represents a raster file stored in a directory.
OpenTable
Returns a Table object which represents a dBase file or a shapefile stored in a directory.
OpenTableRelationship
Returns a TableRelationship object which represents an in-memory table relationship which has been created for a Table stored in the DataDirectory.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Path
Gets the path to the directory.

See Also