VS:SetRField/ja

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

ハンドルで指定した図形に連結しているレコードフィールドに値を設定します。

PROCEDURE SetRField(
h :HANDLE;
record :STRING;
field :STRING;
value :DYNARRAY[] of CHAR);
def vs.SetRField(h, record, field, value):
    return None

Parameters

h HANDLE 図形のハンドル
record STRING レコードの名前
field STRING レコードフィールドの名前
value DYNARRAY[] of CHAR

Example

SetRField(HandleToObject,'Part Info','Serial No.','P-4322');

Version

利用可能バージョン: MiniCAD