RVTDocs.com

ExternallyTaggedGeometryValidation.IsSolid

Method
Description:
Makes sure that the input geometry object is a Solid.
Remarks:
This validation is different than negating IsNonSolid().
Syntax
public static bool IsSolid(
	GeometryObject geometry
)
Parameters
Parameter Type Description
geometry GeometryObject Geometry object to be validated.
Return Value
Type Description
Boolean True if the supplied geometry object is a Solid.