Void FatigueToolResult.RemoveParameter(String propName)
Removes the parameter from the parameter set corresponding to the given property.
Examples
Usage example - Force Magnitude
(Assumes a Force object has been created, set to a variable named "force")
force.RemoveParameter("Magnitude")
Usage example - Hyrdostatic Pressure Fluid Density
(Assumes a Hydrostatic Pressure object has been created, set to a variable named "hydroPressure")
hydroPressure.RemoveParameter("FluidDensity")