Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearDim Class / ExtLine1 Property

In This Topic
    ExtLine1 Property (LinearDim)
    In This Topic
    Gets or sets the first extension line point.
    Syntax
    'Declaration
     
    Public Property ExtLine1 As Point3D
    public Point3D ExtLine1 {get; set;}
    Remarks
    You need to call the Viewport.Entities.Regen() to see the effect of this command.
    See Also