Given a design library name , string , or "spec", returns a library location. If the library is not found, NoValue is returned.
libraryLocation ( libspec As Any ) As Any
Argument | Type | Description |
---|---|---|
libspec | Any | The design library as a name , string , or library spec. |
Intent >libraryLocation(:projectLib) --> "C:\Users\Public\Documents\Autodesk\Inventor ETO 2012\Inventor\Samples"
Intent >libraryLocation("projectLib") --> "C:\Users\Public\Documents\Autodesk\Inventor ETO 2012\Inventor\Samples"
Intent >libraryLocation(designLibrary(:basePart)) --> "C:\Program Files\Autodesk\Inventor ETO Components 2012\Library\Standard\baselib"
Intent >libraryLocation(:unknownLib) --> NoValuelibraryLocation() returned NoValue since the design library is nonexistent.