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

In This Topic
    RadialDim Class
    In This Topic
    Radial dimension entity.
    Syntax
    'Declaration
     
    Public Class RadialDim 
       Inherits Dimension
       Implements IEntityITextdevDept.Eyeshot.ISelectableItem 
    public class RadialDim : Dimension, IEntityITextdevDept.Eyeshot.ISelectableItem  
    Remarks
    Text font can be changed using the Text.StyleName property and calling the ViewportLayout.Entities.Regen() method.
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.Entities.Entity
          devDept.Eyeshot.Entities.PlanarEntity
             devDept.Eyeshot.Entities.Text
                devDept.Eyeshot.Entities.Dimension
                   devDept.Eyeshot.Entities.RadialDim
                      devDept.Eyeshot.Entities.DiametricDim

    See Also