RAPPER_API bool Exists(const BmgChar *name) const
The Exists method indicates if there exists a parameter with the specified name in this ParameterCollection.
void ParameterCollection_Exists(GEOCALCPBW_NAMESPACE::ParameterCollection & pc, BmgChar * parName)
{
if(pc.Exists(parName))
{
pc.Remove(parName);
}
}