Share

ExternallyTaggedGeometryValidation.IsNonSolid Method

Makes sure that the input geometry object is not a Solid.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static bool IsNonSolid(
	GeometryObject geometry
)

Parameters

geometry  GeometryObject
Geometry object to be validated.

Return Value

Boolean
True if the supplied geometry object is not a Solid.

Remarks

This validation is different than negating IsSolid().

See Also

Reference

Was this information helpful?