CreateCircle

Use this method to draw a circle given the coordinates of the center and its radius.

Input Parameters
        centerX, centerY     indicates the center point of the circle.
          radius                     radius of the circle.

Output Parameters

        Creates and return the circle as ALINE.

Description

       Using the coordinates of the centerpoint and the radius, creates a circle on the activesketch. Applies the autoConstraint for the created circle.