ProjectPath.Path Property
Parent Object: ProjectPathDescription
Read-write property that gets and sets the folder path associated with this object.
Syntax
ProjectPath.Path() As StringProperty Value
This is a read/write property whose value is a String.Samples
Name | Description |
Query and create library paths | The following sample demonstrates querying existing library paths associated with a project and adding a new library path. |