Deletes the folder
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public void DeleteFolder() |
| Visual Basic |
|---|
Public Sub DeleteFolder |
| Visual C++ |
|---|
public: void DeleteFolder() |
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Thrown when it is a root folder (it is not allowed to delete root folder) Thrown when the folder is not empty |