ExternallyTaggedGeometryValidation.IsNonSolid
Description:
Makes sure that the input geometry object is not a Solid.
Makes sure that the input geometry object is not a Solid.
Remarks:
This validation is different than negating IsSolid().
This validation is different than negating IsSolid().
public static bool IsNonSolid(
GeometryObject geometry
)
-
geometryGeometry object to be validated.