The GeodatabaseFolder type exposes the following members.

Methods

  NameDescription
Dispose
Performs tasks associated with freeing, releasing, or resetting unmanaged resources.
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.)
GetTables
Gets a collection of the spatially enabled tables stored within the GeodatabaseFolder.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OpenTable
Opens the Table with the specified name.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
CoordinateSystem
Gets the common coordinate system which is shared by all tables in the GeodatabaseFolder.
Name
The name of the GeodatabaseFolder.
Parent
Gets the Geodatabase which contains the GeodatabaseFolder.

See Also