Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / Arc Class / SetEllipse 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 Method
    In This Topic
    Sets ellipse
    Syntax

    Parameters

    Parameter NameDescription
    pntLocationEplan.EplApi.Base.PointD the location of the ellipse
    crdRadiusXthe X-radius of the ellipse
    crdRadiusYthe Y-radius of the ellipse
    nAnglethe angle of the ellipse
    Exceptions
    ExceptionDescription
    Thrown when the ellipse cannot be set.
    See Also