Share

Folder.CreateFolder 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.280

Syntax

C#

public ObjectId CreateFolder(
	string name
)

VB

Public Function CreateFolder ( 
	name As String
) As ObjectId

C++

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

Reference

Was this information helpful?