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: 25.0
Syntax
VB
Property WorkspacePath As String
Get
Set
C#
string WorkspacePath { get; set; }
Return Value
Type:
StringThe workspace folder path.
See Also
Reference