Vl-productinfo

提供:GizmoLabs - だいたい CAD LISP なサイト
2013年1月28日 (月) 10:56時点におけるGizmon (トーク | 投稿記録)による版 (ページの作成:「; 構文 : (vl-productinfo) ; 機能 : CADのプロダクトのインフォメーションを返す。(IJCAD2013のみ) ; 引数 :* なし ; 戻り値 : プロ...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
構文
(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")