ExternallyTaggedGeometryValidation
Description:
Provides validation for geometry to be stored in an ExternallyTaggedGeometry.
Provides validation for geometry to be stored in an ExternallyTaggedGeometry.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ExternallyTaggedGeometryValidation
System.Object
Autodesk.Revit.DB.ExternallyTaggedGeometryValidation
public static class ExternallyTaggedGeometryValidation
| Name | Return Type | Description |
|---|---|---|
| IsNonSolid(GeometryObject) | Boolean | Makes sure that the input geometry object is not a Solid. |
| IsSolid(GeometryObject) | Boolean | Makes sure that the input geometry object is a Solid. |
| LacksSubnodes(GeometryObject) | Boolean | Makes sure that the input geometry object does not have sub-nodes. |