当前位置: 首页 > news >正文

revit esc取消报错处理

revit esc取消报错处理

try
{//API Operations
}
catch(Autodesk.Revit.Exceptions.OperationCanceledException)
{
}