VS:GetFldName/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

レコードフィールドの名前を返します。

FUNCTION GetFldName(
h :HANDLE;
index :INTEGER) : STRING;
def vs.GetFldName(h, index):
    return STRING

Parameters

h HANDLE レコードのハンドル
index INTEGER レコードフィールド番号(1からnの範囲)

Example

FName:=GetFldName(HandleToRecord,1);

Version

利用可能バージョン: MiniCAD