Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / IEntity Interface / LineTypeScale Property

In This Topic
    LineTypeScale Property (IEntity)
    In This Topic
    Gets or sets the line type scale.
    Syntax
    'Declaration
     
    Property LineTypeScale As Single
    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