Makes sure that the input geometry object does not have sub-nodes.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool LacksSubnodes(
GeometryObject geometry
)
Parameters
- geometry GeometryObject
-
Geometry object to be validated.
Return Value
Boolean
True if the supplied geometry object does not have sub-nodes.
See Also
Reference