Element Properties


The Element type exposes the following members.

Properties

  NameDescription
Public propertyAssemblyInstanceId
The id of the assembly instance to which the element belongs.
Public propertyBoundingBox
Retrieves a box that circumscribes all geometry of the element.
Public propertyCategory
Retrieves a Category object that represents the category or sub category in which the element resides.
Public propertyCreatedPhaseId
Id of a Phase at which the Element was created.
Public propertyDemolishedPhaseId
Id of a Phase at which the Element was demolished.
Public propertyDesignOption
Returns the design option to which the element belongs.
Public propertyDocument
Returns the Document in which the Element resides.
Public propertyGeometry
Retrieves the geometric representation of the element.
Public propertyGroupId
The id of the group to which an element belongs.
Public propertyId
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 propertyLocation
This property is used to find the physical location of an element within a project.
Public propertyName
A human readable name for the Element.
Public propertyOwnerViewId
The id of the view that owns the element.
Public propertyParameterGuid
Retrieves a parameter from the element given a GUID for a shared parameter.
Public propertyParameterBuiltInParameter
Retrieves a parameter from the element given a parameter id.
Public propertyParameterDefinition
Retrieves a parameter from the element based on its definition.
Public propertyParameters
Retrieves a set containing all of the parameters that are contained within the element.
Public propertyParametersMap
Retrieves 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 propertyUniqueId
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.

See Also