ILibraryComponent

This interface allows to import library files or get all the library files from the project.

Declaration

ILibraryComponent : IDispatch

Properties

Array<ILibraryFile> Files - Gets all the library files the from project.

Methods

AddFile(IFolder target, String source) - Imports the file specified by source in the desired target folder.

AddFileS(String target, String source) - Imports the file specified by source in the desired target folder specified by project path.

See also

IAdvinstProject

ILibraryFile

IFolder