M

Entity

Version comparison

Members across versions

26 members across 9 versions · 4 added later · 4 removed · 10 changed · 4 obsolete

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
C Entity(Guid)
same same same same same same same same same
C Entity(Entity)
same same same same same same same same same
C Entity
same same same same same same same same same
C Entity(Schema)
same same same same same same same same same
M Clear(Field)
same same same same same same same same same
M Clear(String)
same same same same same same same same same
same same same same same same same same same
M Get``1(String, DisplayUnitType)
same changed missing missing missing missing missing missing missing
M Get``1(String)
same same same same same changed same same same
M Get``1(Field)
same same same same same changed same same same
M Get``1(Field, DisplayUnitType)
same changed missing missing missing missing missing missing missing
M Get``1(Field, ForgeTypeId)
not yet introduced added same same same same same same same
M Get``1(String, ForgeTypeId)
not yet introduced added same same same same same same same
same same same same same same same same same
same same same same same same same same same
M RecognizedField(Field)
same same same same same same same same same
M Set``1(Field, FieldType)
same same same same same changed same same same
M Set``1(Field, FieldType, DisplayUnitType)
same changed missing missing missing missing missing missing missing
M Set``1(String, FieldType)
same same same same same changed same same same
M Set``1(String, FieldType, DisplayUnitType)
same changed missing missing missing missing missing missing missing
M Set``1(Field, FieldType, ForgeTypeId)
not yet introduced added same same same changed same same same
M Set``1(String, FieldType, ForgeTypeId)
not yet introduced added same same same changed same same same
same same same same same same same same same
same same same same same same same same same
P Schema
same same same same same same same same same
same same same same same same same same same

Per-version detail

Click a version below to see what changed in that release vs your current frame (2021).
Not present in: 2025, 2025.3, 2026, 2027
2021 current

Changes in 2020 vs 2021 4 missing 4 changed

Flip API Versions →

Missing in 2020 (only available in 2021)

Changed members

Entity.Get``1(String, DisplayUnitType)
Became obsolete in 2021: This method is deprecated in Revit 2021 and may be removed in a future version of Revit. Please use the `Get(string, ForgeTypeId)` overload instead.
fieldName String The name of the field to retrieve.
displayUnits DisplayUnitType The units to which the value will be converted before returning. Must match the UnitType specified when creating the Schema.
→ returns FieldType
Entity.Get``1(Field, DisplayUnitType)
Became obsolete in 2021: This method is deprecated in Revit 2021 and may be removed in a future version of Revit. Please use the `Get(Field, ForgeTypeId)` overload instead.
field Field The field to retrieve.
displayUnits DisplayUnitType The units to which the value will be converted before returning. Must match the UnitType specified when creating the Schema.
→ returns FieldType
Entity.Set``1(Field, FieldType, DisplayUnitType)
Became obsolete in 2021: This method is deprecated in Revit 2021 and may be removed in a future version of Revit. Please use the `Set(Field, FieldType, ForgeTypeId)` overload instead.
field Field The field to update.
value FieldType
displayUnits DisplayUnitType The units from which the value will be converted before storing. Must match the UnitType specified when creating the Schema.
→ returns Set
Entity.Set``1(String, FieldType, DisplayUnitType)
Became obsolete in 2021: This method is deprecated in Revit 2021 and may be removed in a future version of Revit. Please use the `Set(string, FieldType, ForgeTypeId)` overload instead.
fieldName String The name of the field to update.
value FieldType
displayUnits DisplayUnitType The units from which the value will be converted before storing. Must match the UnitType specified when creating the Schema.
→ returns Set