1b31dc18e8
* fixes * Generate empty constructors for testing
7 lines
149 B
C#
7 lines
149 B
C#
namespace Autodesk.Revit.DB.Structure;
|
|
|
|
public partial class LineLoadType : Autodesk.Revit.DB.Structure.LoadTypeBase
|
|
{
|
|
public LineLoadType() { }
|
|
}
|