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

Begin/Endブロックの間に、自動的になされたどんな変更にも対応する/しないを設定します。BeginContextとともに使用します。

PROCEDURE EndContext(
acceptOrReject :INTEGER);
def vs.EndContext(acceptOrReject):
    return None

Parameters

acceptOrReject INTEGER 1:対応する/0:しない

Version

利用可能バージョン: VectorWorks12.5

See Also

関連関数:

VS:BeginContext

関連関数: [[VS:BeginContext]]