「Vl-productinfo」の版間の差分
編集の要約なし |
細編集の要約なし |
||
5行目: | 5行目: | ||
; 機能 | ; 機能 | ||
: | : CADのプロダクトのインフォメーションを返す。(IJCAD2013より) | ||
; 引数 | ; 引数 |
2016年1月19日 (火) 13:03時点における最新版
- 構文
- (vl-productinfo)
- 機能
- CADのプロダクトのインフォメーションを返す。(IJCAD2013より)
- 引数
-
- なし
- 戻り値
- プロダクトインフォメーションの文字列リスト
- サンプル
;;; (vl-productinfo) ("UserName" "ore" "User Company Name" "my-corp" "Host Name" "ore-pc" "IP Address" "192.168.0.0" "Install Directory" "C:\\Program Files (x86)\\ITJP\\IJCAD 2013 PRO" "Product Name" "IJCAD 2013" "Product Version" "11.0 (PRO JPN)" "Product Build Number" " 111111" "License Type" "USB dongle" "Product Number" "0000-0000-0000-0000-0000-0000" "Serial Number" "0000-0000-0000-0000-0000-0000-0000-0000" "Activation Code" "0000-0000-0000-0000" "Expiration Date" "None")