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