VS:SetdownDialogC

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

A predefined constant value that is passed to the dialog event handler subroutine when a modern custom dialog is dismissed.


This constant is usually used to determine when to execute dialog cleanup calls prior to exiting the dialog.

PROCEDURE SetdownDialogC;
def vs.SetdownDialogC():
    return INTEGER

Remarks

[DWD 1/20/00]

Version

Availability: from VectorWorks9.0

See Also

VS Functions:

VS:SetupDialogC

VS Functions: [[VS:SetupDialogC]]