Vl-productinfo
- 構文
- (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")
