2027 Class
Changes 3
C

ExternallyTaggedGeometryValidation

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