VS:GetVPClOvrdName/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

ビューポートクラス一覧の指定した番号のクラスの名前を返します。

FUNCTION GetVPClOvrdName(
viewportHandle :HANDLE;
index :INTEGER) : STRING;
def vs.GetVPClOvrdName(viewportHandle, index):
    return STRING

Parameters

viewportHandle HANDLE ビューポートへのハンドル
index INTEGER ビューポートクラス一覧の番号

Return Value

ビューポートクラス一覧の指定した番号のクラスの名前を返します。
番号が範囲外の時は-1を返します。

Version

Availability: from Vectorworks 2014

See Also

VS Functions:

VS:GetVPClOvrdCount

VS Functions: [[VS:GetVPClOvrdCount]]