当前位置:网站首页>Revit secondary development - intercept project error / warning pop-up
Revit secondary development - intercept project error / warning pop-up
2022-07-07 22:23:00 【Hey, hey, hey, hey, hey】
Intercept errors in the project / Warning pop up .
public Result Execute(ExternalComandData commandData,ref string message,ElementSet elements)
{
commandData.Application.Application.FailuresProcessing += Application_FailuresProcessing;
return Result.Succeeded;
}
private void Application_FailuresProcessing(object sender,Autodesl.Revit.DB.Event.FailuresProcessingEventArgs e)
{
FailuresAccessor fa = .GetDailureAccessor();
IList<FailureMessageAccessor> lstFma = fa.GetFailureMessages();
foreach(FailureMessageAccessor item in lstFma)
{
if(item.GetSeverity() == FailureSeverity.Warning)
{
fa.DeleteWarning(item);
e.SetProcessingResult(FailureProcessingResult.Continue);
}
else if(item.GetSeverity() == FailureSeverity.Error)
{
if(item.HasResolutions())
{
// error message
string _failureMessage = fa.GetDescriptionText();
if( Is a negligible error )
{// Don't show error Popup
FailureHandlingOptions fho = fa.GetFailureHandlingOptions();
fho.SetClearAfterRollback(true);
fa.SetFailureHandlingOptions(fho);
}
e.SetProcessingResult(FailureProcessingResult.ProceedWithRollBack);
}
}
}
}边栏推荐
- Revit secondary development - collision detection
- 反爬通杀神器
- Record a garbled code during servlet learning
- 客户案例|华律网,通过观测云大幅缩短故障定位时间
- Kaggle-Titanic
- Reinforcement learning - learning notes 9 | multi step TD target
- Firefox browser installation impression notes clipping
- MIT6.S081-Lab9 FS [2021Fall]
- Matplotlib drawing interface settings
- 用语雀写文章了,功能真心强大!
猜你喜欢

Overseas agent recommendation
![Jerry's manual matching method [chapter]](/img/92/74281c29565581ecb761230fbfd0f3.png)
Jerry's manual matching method [chapter]

Remember aximp once Use of exe tool

How to make agile digital transformation strategy for manufacturing enterprises

Ternary expressions, generative expressions, anonymous functions

Paint basic graphics with custompaint

建立自己的网站(18)

How does win11 time display the day of the week? How does win11 display the day of the week today?

It's worth seeing. Interview sites and interview skills

OpenGL configuration vs2019
随机推荐
Solve the problem of uni in uni app Request sent a post request without response.
Welcome to CSDN markdown editor
三元表达式、各生成式、匿名函数
Jerry's fast pairing does not support canceling pairing [article]
Jerry's about TWS channel configuration [chapter]
How to make agile digital transformation strategy for manufacturing enterprises
Use blocconsumer to build responsive components and monitor status at the same time
How to turn on win11 game mode? How to turn on game mode in win11
The free styling service of Dyson's official direct store is now open for appointment. Pioneer Technology interprets the styling concept of hair care and helps consumers unlock diversified and shiny s
Preparing for the interview and sharing experience
The difference between NPM uninstall and RM direct deletion
[azure microservice service fabric] start the performance monitor in the SF node and set the method of capturing the process
戴森官方直营店免费造型服务现已开放预约 先锋科技诠释护发造型理念,助力消费者解锁多元闪耀造型
Remember an experience of using selectmany
[advanced MySQL] index details (I): index data page structure
What if the win11u disk does not display? Solution to failure of win11 plug-in USB flash disk
Ueeditor custom display insert code
Revit secondary development - modify wall thickness
100million single men and women "online dating", supporting 13billion IPOs
Remember that a development is encountered in the pit of origin string sorting