Element Class |
Base class for most persistent data within a Revit document.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

The Element type exposes the following members.

Name | Description | |
---|---|---|
![]() | AssemblyInstanceId | The id of the assembly instance to which the element belongs. |
![]() ![]() | BoundingBox | Retrieves a box that circumscribes all geometry of the element. |
![]() | Category | Retrieves a Category object that represents the category or sub category in which the element resides. |
![]() ![]() | CreatedPhaseId | Id of a Phase at which the Element was created. |
![]() ![]() | DemolishedPhaseId | Id of a Phase at which the Element was demolished. |
![]() ![]() | DesignOption | Returns the design option to which the element belongs. |
![]() | Document | Returns the Document in which the Element resides. |
![]() ![]() | Geometry | Retrieves the geometric representation of the element. |
![]() | GroupId | The id of the group to which an element belongs. |
![]() ![]() | Id | A unique identifier for an Element in an Autodesk Revit project. |
![]() | IsModifiable | Identifies if the element is modifiable. |
![]() | IsTransient | Indicates whether an element is transient or permanent. |
![]() | IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
![]() | LevelId | The id of the level associated with the element. |
![]() ![]() | Location | This property is used to find the physical location of an element within a project. |
![]() | Name | A human readable name for the Element. |
![]() | OwnerViewId | The id of the view that owns the element. |
![]() ![]() | Parameter BuiltInParameter | Retrieves a parameter from the element given a parameter id. |
![]() | Parameter Definition | Retrieves a parameter from the element based on its definition. |
![]() | Parameter Guid | Retrieves a parameter from the element given a GUID for a shared parameter. |
![]() ![]() | Parameters | Retrieves a set containing all of the parameters that are contained within the element. |
![]() | ParametersMap | Retrieves a map containing all of the parameters that are contained within the element. |
![]() | Pinned | Identifies if the element has been pinned to prevent changes. |
![]() ![]() | UniqueId | A stable unique identifier for an element within the document. |
![]() | VersionGuid | Get the element version Guid. |
![]() | ViewSpecific | Identifies if the element is owned by a view. |
![]() | WorksetId | Get Id of the Workset which owns the element. |

Name | Description | |
---|---|---|
![]() | ArePhasesModifiable | Returns true if the properties CreatedPhaseId and DemolishedPhaseId can be modified for this Element. |
![]() | CanBeHidden | Indicates if the element can be hidden in the view. |
![]() | CanBeLocked | Identifies if the element can be locked. |
![]() | CanDeleteSubelement | Checks if given subelement can be removed from the element. |
![]() | CanHaveTypeAssigned | Identifies if the element can have a type assigned. |
![]() ![]() | CanHaveTypeAssigned(Document, ICollection ElementId ) | Checks if all elements in the set can have a type assigned. |
![]() | ChangeTypeId(ElementId) | Changes the type of the element. |
![]() ![]() | ChangeTypeId(Document, ICollection ElementId , ElementId) | Changes the type of all elements in the given set. |
![]() | DeleteEntity | Deletes the existing entity created by %schema% in the element |
![]() | DeleteSubelement | Removes a subelement from the element. |
![]() | DeleteSubelements | Removes the subelements from the element. |
![]() | Dispose | Releases all resources used by the Element |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object ) |
![]() | EvaluateAllParameterValues | Evaluates all the parameters' values of the element. |
![]() | EvaluateParameterValues | Evaluate the parameters' values of the element on the given parameter ID set. |
![]() ![]() | GetChangeTypeAny | Returns ChangeType associated with any change in an element. |
![]() ![]() | GetChangeTypeElementAddition | Returns ChangeType associated with element addition |
![]() ![]() | GetChangeTypeElementDeletion | Returns ChangeType associated with element deletion. |
![]() ![]() | GetChangeTypeGeometry | Returns ChangeType associated with a change in the geometry of an element |
![]() ![]() | GetChangeTypeParameter(ElementId) | Returns ChangeType associated with a change in a parameter's value |
![]() ![]() | GetChangeTypeParameter(Parameter) | Returns ChangeType associated with a change in a parameter's value |
![]() | GetDependentElements | Get all elements that, from a logical point of view, are the children of this Element. |
![]() | GetEntity | Returns the existing entity corresponding to the Schema if it has been saved in the Element, or an invalid entity otherwise. |
![]() | GetEntitySchemaGuids | Returns the Schema guids of any Entities stored in this element. |
![]() | GetExternalFileReference | Gets information pertaining to the external file referenced by the element. |
![]() | GetExternalResourceReference | Gets the ExternalResourceReference associated with a specified external resource type. |
![]() | GetExternalResourceReferenceExpanded | Gets the collection of ExternalResourceReference associated with a specified external resource type. |
![]() | GetExternalResourceReferences | Gets the map of the external resource references referenced by the element. |
![]() | GetExternalResourceReferencesExpanded | Gets the expanded map of the external resource references referenced by the element. |
![]() ![]() | GetGeneratingElementIds | Returns the ids of the element(s) that generated the input geometry object. |
![]() | GetGeometryObjectFromReference | Retrieve one geometric primitive contained in the element given a reference. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object ) |
![]() | GetMaterialArea | Gets the area of the material with the given id. |
![]() | GetMaterialIds | Gets the element ids of all materials present in the element. |
![]() | GetMaterialVolume | Gets the volume of the material with the given id. |
![]() | GetMonitoredLinkElementIds | Provides the link instance IDs when the element is monitoring. |
![]() | GetMonitoredLocalElementIds | Provides the local element IDs when the element is monitoring. |
![]() | GetOrderedParameters | Gets the parameters associated to the element in order. |
![]() | GetParameter | Retrieves a parameter from the element given identifier. |
![]() | GetParameterFormatOptions | Returns a FormatOptions override for the element Parameter, or a default FormatOptions if no override exists. |
![]() | GetParameters | Retrieves the parameters from the element via the given name. |
![]() | GetPhaseStatus | Gets the status of a given element in the input phase |
![]() | GetSubelements | Returns the collection of element subelements. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object ) |
![]() ![]() | GetTypeId | Returns the identifier of this element's type. |
![]() | GetValidTypes | Obtains a set of types that are valid for this element. |
![]() ![]() | GetValidTypes(Document, ICollection ElementId ) | Obtains a set of types that are valid for all given elements. |
![]() | HasPhases | Returns true if this Element has the properties CreatedPhaseId and DemolishedPhaseId. |
![]() | IsCreatedPhaseOrderValid | Returns true if createdPhaseId and demolishedPhaseId are in order. |
![]() | IsDemolishedPhaseOrderValid | Returns true if createdPhaseId and demolishedPhaseId are in order. |
![]() | IsExternalFileReference | Determines whether this Element represents an external file. |
![]() | IsHidden | Identifies if the element has been permanently hidden in the view. |
![]() | IsMonitoringLinkElement | Indicate whether an element is monitoring any elements in any linked models. |
![]() | IsMonitoringLocalElement | Indicate whether an element is monitoring other local elements. |
![]() | IsPhaseCreatedValid | Returns true if createdPhaseId is an allowed value for the property CreatedPhaseId in this Element. |
![]() | IsPhaseDemolishedValid | Returns true if demolishedPhaseId is an allowed value for the property DemolishedPhaseId in this Element. |
![]() | IsValidType(ElementId) | Checks if given type is valid for this element. |
![]() ![]() | IsValidType(Document, ICollection ElementId , ElementId) | Checks if given type is valid for the set of elements. |
![]() | LookupParameter | Attempts to find a parameter on the element which has the given name. |
![]() | RefersToExternalResourceReference | Determines whether this Element uses external resources associated with a specified external resource type. |
![]() | RefersToExternalResourceReferences | Determines whether this Element uses external resources. |
![]() | SetEntity | Stores the entity in the element. If an Entity described by the same Schema already exists, it is overwritten. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object ) |

The data in a Revit document consists primarily of a collection of elements. An element usually corresponds to a single component of a building or drawing, such as a wall, door, or dimension, but it can also be something more abstract, like a wall type or a view. Every element in a document has a unique ID, represented by the ElementId class.

Reference

System Object
Autodesk.Revit.DB Element
Autodesk.Revit.DB.Analysis AnalysisDisplayLegend
Autodesk.Revit.DB.Analysis AnalysisDisplayStyle
Autodesk.Revit.DB.Analysis BuildingOperatingDaySchedule
Autodesk.Revit.DB.Analysis BuildingOperatingYearSchedule
Autodesk.Revit.DB.Analysis ConceptualSurfaceType
Autodesk.Revit.DB.Analysis EnergyAnalysisConstruction
Autodesk.Revit.DB.Analysis EnergyAnalysisDetailModel
Autodesk.Revit.DB.Analysis EnergyAnalysisMaterial
Autodesk.Revit.DB.Analysis EnergyAnalysisOpening
Autodesk.Revit.DB.Analysis EnergyAnalysisSpace
Autodesk.Revit.DB.Analysis EnergyAnalysisSurface
Autodesk.Revit.DB.Analysis EnergyAnalysisWindowType
Autodesk.Revit.DB.Analysis EnergyAnalysisZone
Autodesk.Revit.DB.Analysis EnergyDataSettings
Autodesk.Revit.DB.Analysis GenericZone
Autodesk.Revit.DB.Analysis HVACLoadType
Autodesk.Revit.DB.Analysis MassLevelData
Autodesk.Revit.DB.Analysis MassSurfaceData
Autodesk.Revit.DB.Analysis PathOfTravel
Autodesk.Revit.DB.Analysis RouteAnalysisSettings
Autodesk.Revit.DB.Analysis SpatialFieldManager
Autodesk.Revit.DB AppearanceAssetElement
Autodesk.Revit.DB.Architecture ContinuousRail
Autodesk.Revit.DB.Architecture MultistoryStairs
Autodesk.Revit.DB.Architecture Railing
Autodesk.Revit.DB.Architecture Stairs
Autodesk.Revit.DB.Architecture StairsLanding
Autodesk.Revit.DB.Architecture StairsPath
Autodesk.Revit.DB.Architecture StairsRun
Autodesk.Revit.DB.Architecture TopographySurface
Autodesk.Revit.DB AreaScheme
Autodesk.Revit.DB AreaVolumeSettings
Autodesk.Revit.DB AssemblyInstance
Autodesk.Revit.DB BaseArray
Autodesk.Revit.DB BasePoint
Autodesk.Revit.DB BeamSystem
Autodesk.Revit.DB ColorFillLegend
Autodesk.Revit.DB ColorFillScheme
Autodesk.Revit.DB CombinableElement
Autodesk.Revit.DB ComponentRepeater
Autodesk.Revit.DB ComponentRepeaterSlot
Autodesk.Revit.DB ConnectorElement
Autodesk.Revit.DB Control
Autodesk.Revit.DB CurveElement
Autodesk.Revit.DB DatumPlane
Autodesk.Revit.DB DefaultDivideSettings
Autodesk.Revit.DB DesignOption
Autodesk.Revit.DB Dimension
Autodesk.Revit.DB DirectShape
Autodesk.Revit.DB DisplacementElement
Autodesk.Revit.DB DisplacementPath
Autodesk.Revit.DB DividedPath
Autodesk.Revit.DB DividedSurface
Autodesk.Revit.DB.Electrical AreaBasedLoadType
Autodesk.Revit.DB.Electrical CableTrayConduitRunBase
Autodesk.Revit.DB.Electrical CableTraySettings
Autodesk.Revit.DB.Electrical CableTraySizes
Autodesk.Revit.DB.Electrical CircuitNamingScheme
Autodesk.Revit.DB.Electrical CircuitNamingSchemeSettings
Autodesk.Revit.DB.Electrical ConduitSettings
Autodesk.Revit.DB.Electrical ConduitSizeSettings
Autodesk.Revit.DB.Electrical ElectricalAnalyticalLoadSet
Autodesk.Revit.DB.Electrical ElectricalAnalyticalNode
Autodesk.Revit.DB.Electrical ElectricalDemandFactorDefinition
Autodesk.Revit.DB.Electrical ElectricalLoadClassification
Autodesk.Revit.DB.Electrical ElectricalSetting
Autodesk.Revit.DB.Electrical PanelScheduleSheetInstance
Autodesk.Revit.DB.Electrical PanelScheduleTemplate
Autodesk.Revit.DB ElementType
Autodesk.Revit.DB ElevationMarker
Autodesk.Revit.DB ExportDGNSettings
Autodesk.Revit.DB ExportDWGSettings
Autodesk.Revit.DB ExportPDFSettings
Autodesk.Revit.DB.ExtensibleStorage DataStorage
Autodesk.Revit.DB FabricationConfiguration
Autodesk.Revit.DB FabricationPart
Autodesk.Revit.DB FabricationServiceSettings
Autodesk.Revit.DB FaceSplitter
Autodesk.Revit.DB Family
Autodesk.Revit.DB FilledRegion
Autodesk.Revit.DB FillPatternElement
Autodesk.Revit.DB FilterElement
Autodesk.Revit.DB GraphicsStyle
Autodesk.Revit.DB Group
Autodesk.Revit.DB HostObject
Autodesk.Revit.DB IFCCategoryTemplate
Autodesk.Revit.DB ImageInstance
Autodesk.Revit.DB IndependentTag
Autodesk.Revit.DB Instance
Autodesk.Revit.DB InternalOrigin
Autodesk.Revit.DB KeyBasedTreeEntryTable
Autodesk.Revit.DB LinePatternElement
Autodesk.Revit.DB Material
Autodesk.Revit.DB.Mechanical DuctSettings
Autodesk.Revit.DB.Mechanical DuctSizeSettings
Autodesk.Revit.DB.Mechanical MechanicalEquipmentSet
Autodesk.Revit.DB.Mechanical MEPAnalyticalSystem
Autodesk.Revit.DB.Mechanical MEPHiddenLineSettings
Autodesk.Revit.DB.Mechanical Zone
Autodesk.Revit.DB.Mechanical ZoneEquipment
Autodesk.Revit.DB MEPSystem
Autodesk.Revit.DB ModelText
Autodesk.Revit.DB MultipleValuesIndicationSettings
Autodesk.Revit.DB MultiReferenceAnnotation
Autodesk.Revit.DB MultiSegmentGrid
Autodesk.Revit.DB NestedFamilyTypeReference
Autodesk.Revit.DB NumberingSchema
Autodesk.Revit.DB NumberSystem
Autodesk.Revit.DB Opening
Autodesk.Revit.DB ParameterElement
Autodesk.Revit.DB Part
Autodesk.Revit.DB PartMaker
Autodesk.Revit.DB Phase
Autodesk.Revit.DB PhaseFilter
Autodesk.Revit.DB.Plumbing PipeSettings
Autodesk.Revit.DB PrintSetting
Autodesk.Revit.DB ProjectInfo
Autodesk.Revit.DB PropertyLine
Autodesk.Revit.DB PropertySetElement
Autodesk.Revit.DB ReferencePoint
Autodesk.Revit.DB Revision
Autodesk.Revit.DB RevisionCloud
Autodesk.Revit.DB RevisionNumberingSequence
Autodesk.Revit.DB RevisionSettings
Autodesk.Revit.DB ScheduleSheetInstance
Autodesk.Revit.DB Segment
Autodesk.Revit.DB SheetCollection
Autodesk.Revit.DB SketchBase
Autodesk.Revit.DB SketchPlane
Autodesk.Revit.DB SpatialElement
Autodesk.Revit.DB SpatialElementCalculationLocation
Autodesk.Revit.DB SpatialElementTag
Autodesk.Revit.DB SSEPointVisibilitySettings
Autodesk.Revit.DB StartingViewSettings
Autodesk.Revit.DB.Structure AnalyticalElement
Autodesk.Revit.DB.Structure AnalyticalLink
Autodesk.Revit.DB.Structure AnalyticalToPhysicalAssociationManager
Autodesk.Revit.DB.Structure AreaReinforcement
Autodesk.Revit.DB.Structure BoundaryConditions
Autodesk.Revit.DB.Structure FabricArea
Autodesk.Revit.DB.Structure FabricSheet
Autodesk.Revit.DB.Structure Hub
Autodesk.Revit.DB.Structure LoadBase
Autodesk.Revit.DB.Structure LoadCase
Autodesk.Revit.DB.Structure LoadCombination
Autodesk.Revit.DB.Structure LoadNature
Autodesk.Revit.DB.Structure LoadUsage
Autodesk.Revit.DB.Structure PathReinforcement
Autodesk.Revit.DB.Structure Rebar
Autodesk.Revit.DB.Structure RebarContainer
Autodesk.Revit.DB.Structure RebarCoupler
Autodesk.Revit.DB.Structure RebarInSystem
Autodesk.Revit.DB.Structure ReinforcementSettings
Autodesk.Revit.DB.Structure StructuralConnectionHandler
Autodesk.Revit.DB.Structure StructuralConnectionSettings
Autodesk.Revit.DB.Structure StructuralSettings
Autodesk.Revit.DB.Structure Truss
Autodesk.Revit.DB SunAndShadowSettings
Autodesk.Revit.DB TextElement
Autodesk.Revit.DB View
Autodesk.Revit.DB ViewNavigationToolSettings
Autodesk.Revit.DB Viewport
Autodesk.Revit.DB ViewSheetSet
Autodesk.Revit.DB WorksetDefaultVisibilitySettings
Autodesk.Revit.DB WorksharingDisplaySettings
Autodesk.Revit.DB Element
Autodesk.Revit.DB.Analysis AnalysisDisplayLegend
Autodesk.Revit.DB.Analysis AnalysisDisplayStyle
Autodesk.Revit.DB.Analysis BuildingOperatingDaySchedule
Autodesk.Revit.DB.Analysis BuildingOperatingYearSchedule
Autodesk.Revit.DB.Analysis ConceptualSurfaceType
Autodesk.Revit.DB.Analysis EnergyAnalysisConstruction
Autodesk.Revit.DB.Analysis EnergyAnalysisDetailModel
Autodesk.Revit.DB.Analysis EnergyAnalysisMaterial
Autodesk.Revit.DB.Analysis EnergyAnalysisOpening
Autodesk.Revit.DB.Analysis EnergyAnalysisSpace
Autodesk.Revit.DB.Analysis EnergyAnalysisSurface
Autodesk.Revit.DB.Analysis EnergyAnalysisWindowType
Autodesk.Revit.DB.Analysis EnergyAnalysisZone
Autodesk.Revit.DB.Analysis EnergyDataSettings
Autodesk.Revit.DB.Analysis GenericZone
Autodesk.Revit.DB.Analysis HVACLoadType
Autodesk.Revit.DB.Analysis MassLevelData
Autodesk.Revit.DB.Analysis MassSurfaceData
Autodesk.Revit.DB.Analysis PathOfTravel
Autodesk.Revit.DB.Analysis RouteAnalysisSettings
Autodesk.Revit.DB.Analysis SpatialFieldManager
Autodesk.Revit.DB AppearanceAssetElement
Autodesk.Revit.DB.Architecture ContinuousRail
Autodesk.Revit.DB.Architecture MultistoryStairs
Autodesk.Revit.DB.Architecture Railing
Autodesk.Revit.DB.Architecture Stairs
Autodesk.Revit.DB.Architecture StairsLanding
Autodesk.Revit.DB.Architecture StairsPath
Autodesk.Revit.DB.Architecture StairsRun
Autodesk.Revit.DB.Architecture TopographySurface
Autodesk.Revit.DB AreaScheme
Autodesk.Revit.DB AreaVolumeSettings
Autodesk.Revit.DB AssemblyInstance
Autodesk.Revit.DB BaseArray
Autodesk.Revit.DB BasePoint
Autodesk.Revit.DB BeamSystem
Autodesk.Revit.DB ColorFillLegend
Autodesk.Revit.DB ColorFillScheme
Autodesk.Revit.DB CombinableElement
Autodesk.Revit.DB ComponentRepeater
Autodesk.Revit.DB ComponentRepeaterSlot
Autodesk.Revit.DB ConnectorElement
Autodesk.Revit.DB Control
Autodesk.Revit.DB CurveElement
Autodesk.Revit.DB DatumPlane
Autodesk.Revit.DB DefaultDivideSettings
Autodesk.Revit.DB DesignOption
Autodesk.Revit.DB Dimension
Autodesk.Revit.DB DirectShape
Autodesk.Revit.DB DisplacementElement
Autodesk.Revit.DB DisplacementPath
Autodesk.Revit.DB DividedPath
Autodesk.Revit.DB DividedSurface
Autodesk.Revit.DB.Electrical AreaBasedLoadType
Autodesk.Revit.DB.Electrical CableTrayConduitRunBase
Autodesk.Revit.DB.Electrical CableTraySettings
Autodesk.Revit.DB.Electrical CableTraySizes
Autodesk.Revit.DB.Electrical CircuitNamingScheme
Autodesk.Revit.DB.Electrical CircuitNamingSchemeSettings
Autodesk.Revit.DB.Electrical ConduitSettings
Autodesk.Revit.DB.Electrical ConduitSizeSettings
Autodesk.Revit.DB.Electrical ElectricalAnalyticalLoadSet
Autodesk.Revit.DB.Electrical ElectricalAnalyticalNode
Autodesk.Revit.DB.Electrical ElectricalDemandFactorDefinition
Autodesk.Revit.DB.Electrical ElectricalLoadClassification
Autodesk.Revit.DB.Electrical ElectricalSetting
Autodesk.Revit.DB.Electrical PanelScheduleSheetInstance
Autodesk.Revit.DB.Electrical PanelScheduleTemplate
Autodesk.Revit.DB ElementType
Autodesk.Revit.DB ElevationMarker
Autodesk.Revit.DB ExportDGNSettings
Autodesk.Revit.DB ExportDWGSettings
Autodesk.Revit.DB ExportPDFSettings
Autodesk.Revit.DB.ExtensibleStorage DataStorage
Autodesk.Revit.DB FabricationConfiguration
Autodesk.Revit.DB FabricationPart
Autodesk.Revit.DB FabricationServiceSettings
Autodesk.Revit.DB FaceSplitter
Autodesk.Revit.DB Family
Autodesk.Revit.DB FilledRegion
Autodesk.Revit.DB FillPatternElement
Autodesk.Revit.DB FilterElement
Autodesk.Revit.DB GraphicsStyle
Autodesk.Revit.DB Group
Autodesk.Revit.DB HostObject
Autodesk.Revit.DB IFCCategoryTemplate
Autodesk.Revit.DB ImageInstance
Autodesk.Revit.DB IndependentTag
Autodesk.Revit.DB Instance
Autodesk.Revit.DB InternalOrigin
Autodesk.Revit.DB KeyBasedTreeEntryTable
Autodesk.Revit.DB LinePatternElement
Autodesk.Revit.DB Material
Autodesk.Revit.DB.Mechanical DuctSettings
Autodesk.Revit.DB.Mechanical DuctSizeSettings
Autodesk.Revit.DB.Mechanical MechanicalEquipmentSet
Autodesk.Revit.DB.Mechanical MEPAnalyticalSystem
Autodesk.Revit.DB.Mechanical MEPHiddenLineSettings
Autodesk.Revit.DB.Mechanical Zone
Autodesk.Revit.DB.Mechanical ZoneEquipment
Autodesk.Revit.DB MEPSystem
Autodesk.Revit.DB ModelText
Autodesk.Revit.DB MultipleValuesIndicationSettings
Autodesk.Revit.DB MultiReferenceAnnotation
Autodesk.Revit.DB MultiSegmentGrid
Autodesk.Revit.DB NestedFamilyTypeReference
Autodesk.Revit.DB NumberingSchema
Autodesk.Revit.DB NumberSystem
Autodesk.Revit.DB Opening
Autodesk.Revit.DB ParameterElement
Autodesk.Revit.DB Part
Autodesk.Revit.DB PartMaker
Autodesk.Revit.DB Phase
Autodesk.Revit.DB PhaseFilter
Autodesk.Revit.DB.Plumbing PipeSettings
Autodesk.Revit.DB PrintSetting
Autodesk.Revit.DB ProjectInfo
Autodesk.Revit.DB PropertyLine
Autodesk.Revit.DB PropertySetElement
Autodesk.Revit.DB ReferencePoint
Autodesk.Revit.DB Revision
Autodesk.Revit.DB RevisionCloud
Autodesk.Revit.DB RevisionNumberingSequence
Autodesk.Revit.DB RevisionSettings
Autodesk.Revit.DB ScheduleSheetInstance
Autodesk.Revit.DB Segment
Autodesk.Revit.DB SheetCollection
Autodesk.Revit.DB SketchBase
Autodesk.Revit.DB SketchPlane
Autodesk.Revit.DB SpatialElement
Autodesk.Revit.DB SpatialElementCalculationLocation
Autodesk.Revit.DB SpatialElementTag
Autodesk.Revit.DB SSEPointVisibilitySettings
Autodesk.Revit.DB StartingViewSettings
Autodesk.Revit.DB.Structure AnalyticalElement
Autodesk.Revit.DB.Structure AnalyticalLink
Autodesk.Revit.DB.Structure AnalyticalToPhysicalAssociationManager
Autodesk.Revit.DB.Structure AreaReinforcement
Autodesk.Revit.DB.Structure BoundaryConditions
Autodesk.Revit.DB.Structure FabricArea
Autodesk.Revit.DB.Structure FabricSheet
Autodesk.Revit.DB.Structure Hub
Autodesk.Revit.DB.Structure LoadBase
Autodesk.Revit.DB.Structure LoadCase
Autodesk.Revit.DB.Structure LoadCombination
Autodesk.Revit.DB.Structure LoadNature
Autodesk.Revit.DB.Structure LoadUsage
Autodesk.Revit.DB.Structure PathReinforcement
Autodesk.Revit.DB.Structure Rebar
Autodesk.Revit.DB.Structure RebarContainer
Autodesk.Revit.DB.Structure RebarCoupler
Autodesk.Revit.DB.Structure RebarInSystem
Autodesk.Revit.DB.Structure ReinforcementSettings
Autodesk.Revit.DB.Structure StructuralConnectionHandler
Autodesk.Revit.DB.Structure StructuralConnectionSettings
Autodesk.Revit.DB.Structure StructuralSettings
Autodesk.Revit.DB.Structure Truss
Autodesk.Revit.DB SunAndShadowSettings
Autodesk.Revit.DB TextElement
Autodesk.Revit.DB View
Autodesk.Revit.DB ViewNavigationToolSettings
Autodesk.Revit.DB Viewport
Autodesk.Revit.DB ViewSheetSet
Autodesk.Revit.DB WorksetDefaultVisibilitySettings
Autodesk.Revit.DB WorksharingDisplaySettings