VS:PythonSetSearchPath/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 03:15, 16 January 2014

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

Description

Pythonファイルの検索パスを設定します。

PROCEDURE PythonSetSearchPath(
pathList :DYNARRAY[] of CHAR);
def vs.PythonSetSearchPath(pathList):
    return None

Parameters

pathList DYNARRAY[] of CHAR 複数のパスをセミコロンで区切った文字列を渡します。Open関数の引数のパスと同様のパスです。

Version

Availability: from Vectorworks 2014

See Also

VS Functions:

VS:PythonGetSearchPath | VS:PythonExecute

VS Functions:

[[VS:PythonGetSearchPath]]

| [[VS:PythonExecute]]