Gets a String containing the path relative to the root folder
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public string GetPath() |
Visual Basic |
---|
Public Function GetPath As String |
Visual C++ |
---|
public: String^ GetPath() |
Remarks
Returns a path String using "\" as delimiter, for example: "Folder\Folder1"
Returns an empty String if it is a root folder
Exceptions
Exception | Condition |
---|---|
System..::..AccessViolationException | Thrown when one of the ancestor folders is not accessible (rare case) |