ICadDocWorkspacePath Property |
Gets the path of the workspace folder of the active project. This will be empty if no workspace is defined.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Property WorkspacePath As String
Get
Set
string WorkspacePath { get; set; }
Return Value
Type:
StringThe workspace folder path.
See Also