FolderGetPath Method

Gets a String containing the path relative to the root folder

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

Return Value

String
Exceptions
ExceptionCondition
AccessViolationException Thrown when one of the ancestor folders is not accessible (rare case)
Remarks
Returns a path String using "\" as delimiter, for example: "Folder\Folder1" Returns an empty String if it is a root folder
See Also