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
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the nameOrPath is null |