Creates a child folder with the input folder name, return the created child folder ObjectId
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public ObjectId CreateFolder(
string name
) |
| Visual Basic |
|---|
Public Function CreateFolder ( _
name As String _
) As ObjectId |
| Visual C++ |
|---|
public:
ObjectId CreateFolder(
String^ name
) |
Parameters
- name
- Type: System..::..String
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentNullException |
Thrown when the name is null
|
| System..::..ArgumentException |
Thrown when the name contains restricted characters
Thrown when there's existing folder with the same name
|
See Also