Deletes a Geodatabase.
[Visual Basic .NET] Public Sub DeleteGeodatabase ( _ ByVal gdbName As String _ )
[C#] public void DeleteGeodatabase ( string gdbName );
[C++]
HRESULT DeleteGeodatabase(
BSTR gdbName
);
[C++]Parameters
gdbName [in] gdbName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Deletes a Geodatabase.
Remarks
You must be a server administrator to perform this operation.