343e627737
* basics for revit 2024 * run generator first time * copied fill ins from 2023
7 lines
205 B
C#
7 lines
205 B
C#
namespace Autodesk.Revit.Exceptions;
|
|
|
|
public partial class RevitServerModelAlreadyExistsException : Autodesk.Revit.Exceptions.RevitServerException
|
|
{
|
|
public RevitServerModelAlreadyExistsException() { }
|
|
}
|