API Help
Eplan.EplApi.DataModel.Graphics Namespace / Arc Class / SetEllipse Method / SetEllipse(PointD,Double,Double,Double) Method
Eplan.EplApi.Base.PointD the location of the ellipse
the X-radius of the ellipse
the Y-radius of the ellipse
the angle of the ellipse

In This Topic
    SetEllipse(PointD,Double,Double,Double) Method
    In This Topic
    Sets ellipse
    Syntax

    Parameters

    pntLocation
    Eplan.EplApi.Base.PointD the location of the ellipse
    crdRadiusX
    the X-radius of the ellipse
    crdRadiusY
    the Y-radius of the ellipse
    nAngle
    the angle of the ellipse
    Exceptions
    ExceptionDescription
    Thrown when the ellipse cannot be set.
    See Also