ExternallyTaggedGeometryValidation.IsValidGeometry
Description:
Validates the input geometry to be stored in an externally tagged geometry object. Valid types of geometry are: Solid, Mesh, GeometryInstance, Point and Curve.
Validates the input geometry to be stored in an externally tagged geometry object. Valid types of geometry are: Solid, Mesh, GeometryInstance, Point and Curve.
public static bool IsValidGeometry(
GeometryObject geometry
)
-
geometryGeometry object to be validated.
Return Value
bool
True if the supplied geometry object passes the validation criteria.