Getting points on circle circumference

Is there a function in rhinoscriptsyntax that lets one obtain a point on the circle (as in on the circumference of the circle)? Is it stored in the User Text attached to geometry, and if yes, then how does one retrieve this information?

You just need to call rs.EvaluateCurve().

Thanks! This solved my problem.