_DAcadApplicationEventsBeginQuit Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void BeginQuit(
in bool Cancel
)
Sub BeginQuit (
ByRef Cancel As Boolean
)
void BeginQuit(
[InAttribute] bool% Cancel
)
abstract BeginQuit :
Cancel : bool byref -> unit
Parameters
- Cancel
- Type: SystemBoolean
See Also