CurveRemoveByName
CurveRemoveByName
Remove a curve by a specified name.
bool CurveRemoveByName(
const string name // curve name
)Parameters
- name
[in] Name of the curve to be removed.
Return Value
true — successful, otherwise — false.
Last updated on