IExportContextStart Method |
This method is called at the very start of the export process,
still before the first entity of the model was send out.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
SyntaxFunction Start As Boolean
abstract Start : unit -> bool
Return Value
Boolean
Return True if you are ready to proceed with processing the export.
See Also