DesignProject.LibraryPaths Property
Parent Object: DesignProjectDescription
Property that returns a ProjectPaths object that contains the list of library paths and provides ability to add/remove paths.
Syntax
DesignProject.LibraryPaths() As ProjectPathsProperty Value
This is a read only property whose value is a ProjectPaths.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. |