2027 Method
Changes 0
M

IDataConversionMonitor.ProcessMessage

Description:
The default implementation ignores input and always returns true. The using app should override the behavior as necessary. Some examples of overridden behavior are 1. Someone is developing a classic Revit add-on that imports STEP AP 203 solids.
bool ProcessMessage(
	DataExchangeMessageId messageId,
	DataExchangeMessageSeverity messageSeverity,
	IList<string> entityIds
)
Return Value Boolean If the function returns true, the import API will continue conversion. Otherwise, it will be cancelled and all intermediate data reset.