IExportContextIsCanceled Method |
This method is queried at the beginning of every element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
SyntaxFunction IsCanceled As Boolean
abstract IsCanceled : unit -> bool
Return Value
Boolean
Return True if you wish to cancel the exporting process, or False otherwise.
See Also