FolderCreateFolder Method

Creates a child folder with the input folder name, return the created child folder ObjectId

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId CreateFolder(
	string name
)

Parameters

name  String
 

Return Value

ObjectId
Exceptions
ExceptionCondition
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