Share

ICadDoc.WorkspacePath 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: 30.0

Syntax

VB

Property WorkspacePath As String
	Get
	Set

C#

string WorkspacePath { get; set; }

Return Value

Type: String
The workspace folder path.

See Also

Reference

Was this information helpful?