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

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