Changes in 2022 vs 2024 1 missing 1 changed
Flip API Versions →Missing in 2022 (only available in 2024)
Changed members
ExternallyTaggedGeometryValidation.IsValidGeometry(GeometryObject)
Became obsolete in 2024: This method is deprecated in Revit 2024 and may be removed in a later version of Revit. We suggest using validation methods provided by the Element which uses this geometry where available. For example, DirectShape.IsValidShape for a DirectShape should be used for DirectShapes.
| geometry | GeometryObject | Geometry object to be validated. |
| → returns | Boolean | True if the supplied geometry object passes the validation criteria. |