「Acet-util-ver」の版間の差分

提供:GizmoLabs - だいたい CAD LISP なサイト
(ページの作成:「 {{AutoLISP}} ; 構文 : (acet-util-ver) ; 機能 : ExpressTools API のバージョンを実数で返す ; 引数 :* なし ; 戻り値 : バージョンを表す実数 ; サンプル <pre class="brush:autolisp;"> (acet-util-ver) 1.38 ; BricsCAD V25.2 </pre> ----- 関連事項 * expresstools関数 * trans Category:AutoLISP」)
 
編集の要約なし
 
26行目: 26行目:
関連事項
関連事項
* [[expresstools関数]]
* [[expresstools関数]]
* [[trans]]
* [[acadver]]


[[Category:AutoLISP]]
[[Category:AutoLISP]]

2025年7月22日 (火) 07:52時点における最新版

構文
(acet-util-ver)


機能
ExpressTools API のバージョンを実数で返す


引数
  • なし


戻り値
バージョンを表す実数


サンプル
(acet-util-ver)
1.38 ; BricsCAD V25.2 

関連事項