ProjectPath.Name Property
Parent Object: ProjectPathDescription
Read-write property that gets and sets the name of the folder path.
Syntax
ProjectPath.Name() 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. |