FolderCreateFolder Method |
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.8.0.292
Syntaxpublic ObjectId CreateFolder(
string name
)
Public Function CreateFolder (
name As String
) As ObjectId
public:
ObjectId CreateFolder(
String^ name
)
Parameters
- name String
-
Return Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentNullException |
Thrown when the name is null
|
ArgumentException |
Thrown when the name contains restricted characters
Thrown when there's existing folder with the same name
|
See Also