VS:GetText/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

ハンドルで指定した文字図形の文字列を返します。

FUNCTION GetText(
objectHd :HANDLE) : DYNARRAY[] of CHAR;
def vs.GetText(objectHd):
    return DYNARRAY[] of CHAR

Parameters

objectHd HANDLE 文字図形のハンドル

Return Value

文字列

Version

利用可能バージョン: MiniCAD

See Also

関連関数:

VS:SetText

関連関数: [[VS:SetText]]