ExternallyTaggedGeometryValidation.IsSolid
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().
public static bool IsSolid(
GeometryObject geometry
)
-
geometryGeometry object to be validated.