Makes sure that the input geometry object does not have sub-nodes.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static bool LacksSubnodes( GeometryObject geometry )
Parameters
- geometry GeometryObject
- Geometry object to be validated.
Return Value
BooleanTrue if the supplied geometry object does not have sub-nodes.