「Vl-productinfo」の版間の差分

提供:GizmoLabs - だいたい CAD LISP なサイト
(ページの作成:「; 構文 : (vl-productinfo) ; 機能 : CADのプロダクトのインフォメーションを返す。(IJCAD2013のみ) ; 引数 :* なし ; 戻り値 : プロ...」)
 
編集の要約なし
 
(同じ利用者による、間の1版が非表示)
1行目: 1行目:
{{AutoLISP}}
; 構文
; 構文
: (vl-productinfo)
: (vl-productinfo)
4行目: 5行目:


; 機能
; 機能
: CADのプロダクトのインフォメーションを返す。(IJCAD2013のみ)
: 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")