Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / Arc Class / SetCircle Method
Eplan.EplApi.Base.PointD the center of the circle
the radius of the circle

In This Topic
    SetCircle Method
    In This Topic
    Sets circle
    Syntax
    public void SetCircle( 
       PointD pntCenter,
       double crdRadius
    )
    public:
    void SetCircle( 
       PointD pntCenter,
       double crdRadius
    ) 

    Parameters

    Parameter NameDescription
    pntCenterEplan.EplApi.Base.PointD the center of the circle
    crdRadiusthe radius of the circle
    Exceptions
    ExceptionDescription
    Thrown when the circle cannot be set.
    See Also