Void Geometry.RemoveParameter(String paramPath)
Removes the parameter from the parameter set corresponding to the given property.
Examples
Usage example - Geometry Volume
(Assumes a geometry object has been set to a variable named "geometry")
geometry.RemoveParameter("Volume")
Usage example - CAD Parameters
(Assumes a geometry object has been set to a variable named "geometry")
geometry.RemoveParameter("CAD Parameters/DS_E1")