RVTDocs.com
Namespace: Autodesk.Revit.DB

RoofType

Class
Description:
Represents a specific type of roof.
Remarks:
All roof type objects available in the project can be retrieved from the Document object via the RoofTypes property. Every Roof object has a RoofType property that returns a RoofType object representing the type. This same RoofType property can also be used to change the type of the roof by setting it to a different type.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Element
    Autodesk.Revit.DB.ElementType
      Autodesk.Revit.DB.HostObjAttributes
        Autodesk.Revit.DB.RoofType
Syntax
public class RoofType : HostObjAttributes