Share

ExternallyTaggedGeometryValidation.LacksSubnodes Method

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

Boolean
True if the supplied geometry object does not have sub-nodes.

See Also

Reference

Was this information helpful?