RVTDocs.com

ExternallyTaggedGeometryValidation.IsNonSolid

Method
Description:
Makes sure that the input geometry object is not a Solid.
Remarks:
This validation is different than negating IsSolid().
Syntax
public static bool IsNonSolid(
	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 not a Solid.