ライブラリの場所を返す、 design ライブラリ name 、 string 、 または "スペック" を指定します。 ライブラリが見つからない場合は、 NoValue が戻されます。
libraryLocation ( libspec As Any ) As Any
引数 | [タイプ] | 説明 |
---|---|---|
libspec | Any | name 、 string 、 またはライブラリの仕様と design ライブラリです。 |
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
が返されます。