Share

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

Syntax

C#

public string GetPath()

VB

Public Function GetPath As String

C++

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

Reference

Was this information helpful?