デザインライブラリ名、文字列、または "仕様" を与えられ、ライブラリの場所を返します。ライブラリが見つからない場合は NoValue が返されます。
libraryLocation ( libspec As Any ) As Any
引数 | [タイプ] | 説明 |
---|---|---|
libspec | すべて | 名前、文字列、またはライブラリの仕様としてのデザイン ライブラリです。 |
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デザイン ライブラリが存在しないため、libraryLocation()が NoValue を返しました。