Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / LineTypeScale Property

In This Topic
    LineTypeScale Property (Entity)
    In This Topic
    Gets or sets the line type scale.
    Syntax
    'Declaration
     
    Public Overridable Property LineTypeScale As Single
    public virtual float LineTypeScale {get; set;}
    Remarks
    When the line type of an entity already added to the Entities is changed the Regen must be called.
    See Also