Provides validation for geometry to be stored in an ExternallyTaggedGeometry.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.ExternallyTaggedGeometryValidation
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static class ExternallyTaggedGeometryValidation
The ExternallyTaggedGeometryValidation type exposes the following members.
Methods
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. |