Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / RadialDim Class / Radius Property

In This Topic
    Radius Property (RadialDim)
    In This Topic
    Gets or sets the reference circle.
    Syntax
    'Declaration
     
    Public Property Radius As Double
    public double Radius {get; set;}
    Remarks
    You need to call the Viewport.Entities.Regen() to see the effect of this command.
    See Also