Share

Element Class

Base class for most persistent data within a Revit document.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.Element
    More

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

Syntax

C#

public class Element : IDisposable

The Element type exposes the following members.

Properties

 NameDescription
Public propertyAssemblyInstanceId The id of the assembly instance to which the element belongs.
Public propertyCode exampleBoundingBoxRetrieves a box that circumscribes all geometry of the element.
Public propertyCategoryRetrieves a Category object that represents the category or sub category in which the element resides.
Public propertyCode exampleCreatedPhaseId Id of a Phase at which the Element was created.
Public propertyCode exampleDemolishedPhaseId Id of a Phase at which the Element was demolished.
Public propertyCode exampleDesignOptionReturns the design option to which the element belongs.
Public propertyDocumentReturns the Document in which the Element resides.
Public propertyCode exampleGeometryRetrieves the geometric representation of the element.
Public propertyGroupId The id of the group to which an element belongs.
Public propertyCode exampleId A unique identifier for an Element in an Autodesk Revit project.
Public propertyIsModifiable Identifies if the element is modifiable.
Public propertyIsTransient Indicates whether an element is transient or permanent.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyLevelId The id of the level associated with the element.
Public propertyCode exampleLocationThis property is used to find the physical location of an element within a project.
Public propertyNameA human readable name for the Element.
Public propertyOwnerViewId The id of the view that owns the element.
Public propertyCode exampleParameter[BuiltInParameter]Retrieves a parameter from the element given a parameter id.
Public propertyParameter[Definition]Retrieves a parameter from the element based on its definition.
Public propertyParameter[Guid]Retrieves a parameter from the element given a GUID for a shared parameter.
Public propertyCode exampleParametersRetrieves a set containing all of the parameters that are contained within the element.
Public propertyParametersMapRetrieves a map containing all of the parameters that are contained within the element.
Public propertyPinned Identifies if the element has been pinned to prevent changes.
Public propertyCode exampleUniqueId A stable unique identifier for an element within the document.
Public propertyVersionGuid Get the element version Guid.
Public propertyViewSpecific Identifies if the element is owned by a view.
Public propertyWorksetId Get Id of the Workset which owns the element.

Methods

 NameDescription
Public methodArePhasesModifiable Returns true if the properties CreatedPhaseId and DemolishedPhaseId can be modified for this Element.
Public methodCanBeHiddenIndicates if the element can be hidden in the view.
Public methodCanBeLocked Identifies if the element can be locked.
Public methodCanDeleteSubelement Checks if given subelement can be removed from the element.
Public methodCanHaveTypeAssigned() Identifies if the element can have a type assigned.
Public methodStatic memberCanHaveTypeAssigned(Document, ICollection<ElementId>) Checks if all elements in the set can have a type assigned.
Public methodChangeTypeId(ElementId) Changes the type of the element.
Public methodStatic memberChangeTypeId(Document, ICollection<ElementId>, ElementId) Changes the type of all elements in the given set.
Public methodDeleteEntity Deletes the existing entity created by %schema% in the element
Public methodDeleteSubelement Removes a subelement from the element.
Public methodDeleteSubelements Removes the subelements from the element.
Public methodDisposeReleases all resources used by the Element
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodEvaluateAllParameterValues Evaluates all the parameters' values of the element.
Public methodEvaluateParameterValues Evaluate the parameters' values of the element on the given parameter ID set.
Public methodStatic memberGetChangeTypeAny Returns ChangeType associated with any change in an element.
Public methodStatic memberGetChangeTypeElementAddition Returns ChangeType associated with element addition
Public methodStatic memberGetChangeTypeElementDeletion Returns ChangeType associated with element deletion.
Public methodStatic memberGetChangeTypeGeometry Returns ChangeType associated with a change in the geometry of an element
Public methodStatic memberGetChangeTypeParameter(ElementId) Returns ChangeType associated with a change in a parameter's value
Public methodStatic memberGetChangeTypeParameter(Parameter) Returns ChangeType associated with a change in a parameter's value
Public methodGetDependentElements Get all elements that, from a logical point of view, are the children of this Element.
Public methodGetEntity Returns the existing entity corresponding to the Schema if it has been saved in the Element, or an invalid entity otherwise.
Public methodGetEntitySchemaGuids Returns the Schema guids of any Entities stored in this element.
Public methodGetExternalFileReference Gets information pertaining to the external file referenced by the element.
Public methodGetExternalResourceReference Gets the ExternalResourceReference associated with a specified external resource type.
Public methodGetExternalResourceReferenceExpanded Gets the collection of ExternalResourceReference associated with a specified external resource type.
Public methodGetExternalResourceReferences Gets the map of the external resource references referenced by the element.
Public methodGetExternalResourceReferencesExpanded Gets the expanded map of the external resource references referenced by the element.
Public methodCode exampleGetGeneratingElementIds Returns the ids of the element(s) that generated the input geometry object.
Public methodGetGeometryObjectFromReference Retrieve one geometric primitive contained in the element given a reference.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetMaterialArea Gets the area of the material with the given id.
Public methodGetMaterialIds Gets the element ids of all materials present in the element.
Public methodGetMaterialVolume Gets the volume of the material with the given id.
Public methodGetMonitoredLinkElementIds Provides the link instance IDs when the element is monitoring.
Public methodGetMonitoredLocalElementIds Provides the local element IDs when the element is monitoring.
Public methodGetOrderedParameters Gets the parameters associated to the element in order.
Public methodGetParameterRetrieves a parameter from the element given identifier.
Public methodGetParameterFormatOptions Returns a FormatOptions override for the element Parameter, or a default FormatOptions if no override exists.
Public methodGetParametersRetrieves the parameters from the element via the given name.
Public methodGetPhaseStatus Gets the status of a given element in the input phase
Public methodGetSubelements Returns the collection of element subelements.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodCode exampleGetTypeId Returns the identifier of this element's type.
Public methodGetValidTypes() Obtains a set of types that are valid for this element.
Public methodStatic memberGetValidTypes(Document, ICollection<ElementId>) Obtains a set of types that are valid for all given elements.
Public methodHasPhases Returns true if this Element has the properties CreatedPhaseId and DemolishedPhaseId.
Public methodIsCreatedPhaseOrderValid Returns true if createdPhaseId and demolishedPhaseId are in order.
Public methodIsDemolishedPhaseOrderValid Returns true if createdPhaseId and demolishedPhaseId are in order.
Public methodIsExternalFileReference Determines whether this Element represents an external file.
Public methodIsHiddenIdentifies if the element has been permanently hidden in the view.
Public methodIsMonitoringLinkElement Indicate whether an element is monitoring any elements in any linked models.
Public methodIsMonitoringLocalElement Indicate whether an element is monitoring other local elements.
Public methodIsPhaseCreatedValid Returns true if createdPhaseId is an allowed value for the property CreatedPhaseId in this Element.
Public methodIsPhaseDemolishedValid Returns true if demolishedPhaseId is an allowed value for the property DemolishedPhaseId in this Element.
Public methodIsValidType(ElementId) Checks if given type is valid for this element.
Public methodStatic memberIsValidType(Document, ICollection<ElementId>, ElementId) Checks if given type is valid for the set of elements.
Public methodLookupParameterAttempts to find a parameter on the element which has the given name.
Public methodRefersToExternalResourceReference Determines whether this Element uses external resources associated with a specified external resource type.
Public methodRefersToExternalResourceReferences Determines whether this Element uses external resources.
Public methodSetEntity Stores the entity in the element. If an Entity described by the same Schema already exists, it is overwritten.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

Remarks

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.

See Also

Reference

Inheritance Hierarchy

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

Was this information helpful?