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