Revit 2025.3 API
Externally |
Provides validation for geometry to be stored in an ExternallyTaggedGeometry.

SystemObject
Autodesk.Revit.DBExternallyTaggedGeometryValidation
Autodesk.Revit.DBExternallyTaggedGeometryValidation
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
The ExternallyTaggedGeometryValidation type exposes the following members.

Name | Description | |
---|---|---|
![]() ![]() | IsNonSolid | Makes sure that the input geometry object is not a Solid. |
![]() ![]() | IsSolid | Makes sure that the input geometry object is a Solid. |
![]() ![]() | LacksSubnodes | Makes sure that the input geometry object does not have sub-nodes. |
See Also