2027 Members
Changes 0
M

Element Properties

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