I want to create a class and have it inherit from the Autodesk.Revit.DB.Element
class
public class MyElement : Autodesk.Revit.DB.Element
{
//...
}
But when I compile the code I get the following error
The type Autodesk.Revit.DB.Element
has no constructors defined.