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
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) --> NoValue
Viewing Details: