API Help
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

    pntCenter
    Eplan.EplApi.Base.PointD the center of the circle
    crdRadius
    the radius of the circle
    Exceptions
    ExceptionDescription
    Thrown when the circle cannot be set.
    See Also