「Sds entupd」の版間の差分

提供:GizmoLabs - だいたい CAD LISP なサイト
(ページの作成: ; 構文 : int sds_entupd (const sds_name entity); ; 機能 : オブジェクト(図形)の画面表示を更新する。 ; 引数 :* entity : エンティティ名 ; 戻り…)
 
(相違点なし)

2009年12月16日 (水) 14:10時点における最新版

構文
int sds_entupd (const sds_name entity);


機能
オブジェクト(図形)の画面表示を更新する。
引数
  • entity : エンティティ名
戻り値
RTNORM または RTERROR を返す。


サンプル
sds_name entname;
sds_entupd(entname);



関連事項