Eyeshot 10 WinForms API Reference
LinearDim Class
Members 

WinForms Assembly > devDept.Eyeshot.Entities Namespace : LinearDim Class
Linear dimension entity. Dimension line is always oriented as the plane X axis.
Syntax
'Declaration
 
Public Class LinearDim 
   Inherits Dimension
   Implements IEntityITextdevDept.Eyeshot.ISelectableItem 
public class LinearDim : Dimension, IEntityITextdevDept.Eyeshot.ISelectableItem  
Remarks
Text font can be changed using the Text.Style 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.LinearDim

See Also

Reference

LinearDim Members
devDept.Eyeshot.Entities Namespace
Style Property
RadialDim Class