Gets a String containing the path relative to the root folder
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
SyntaxPublic Function GetPath As String
public:
String^ GetPath()
Return Value
String
ExceptionsException | Condition |
---|
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