VS:EndContext/ja

From Vectorworks Developer
Jump to navigation Jump to search

.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]]