Share

Folder.GetFolder Method

Gets child folder ObjectId by name or path



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public ObjectId GetFolder(
	string nameOrPath
)

VB

Public Function GetFolder ( 
	nameOrPath As String
) As ObjectId

C++

public:
ObjectId GetFolder(
	String^ nameOrPath
)

Parameters

nameOrPath  String
Name of the direct child folder is supported; path using "\" as separator is also supported, for example: Folder\Folder1\Folder11

Return Value

ObjectId

Exceptions

ExceptionCondition
ArgumentNullException Thrown when the nameOrPath is null

Remarks

Returns ObjectId::Null if the folder is not found

See Also

Reference

Was this information helpful?