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

SetCircle Method
Sets circle
Syntax
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