Gets child folder ObjectId by name or path
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId GetFolder(
string nameOrPath
)
Public Function GetFolder (
nameOrPath As String
) As ObjectId
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
ExceptionsException | Condition |
---|
ArgumentNullException |
Thrown when the nameOrPath is null
|
Remarks
Returns ObjectId::Null if the folder is not found
See Also