Makes sure that the input geometry object is a Solid.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsSolid(
GeometryObject geometry
)
Parameters
- geometry GeometryObject
-
Geometry object to be validated.
Return Value
Boolean
True if the supplied geometry object is a Solid.
Remarks
This validation is different than negating IsNonSolid().
See Also
Reference