Share

DesignProject.LibraryPaths Property

Parent Object: DesignProject

Description

Property that returns a ProjectPaths object that contains the list of library paths and provides ability to add/remove paths.

Syntax

DesignProject.LibraryPaths() As ProjectPaths

Property 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.

Version

Introduced in version 2011

Was this information helpful?