Eine design Bibliothek name , string oder Designbibliothek gibt einen Bibliotheksspeicherort. Wenn die Bibliothek nicht gefunden wird, wird NoValue angezeigt.
libraryLocation ( libspec As Any ) As Any
Argument | Typ | Beschreibung |
---|---|---|
libspec | Any | design Bibliothek als name , string oder Spezifikation. |
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
NoValue
libraryLocation () zurückgegeben, da die Designbibliothek nicht vorhanden ist.