Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Dimension Class / Scale Property

In This Topic
    Scale Property (Dimension)
    In This Topic
    Gets or sets the global scale factor for the dimension.
    Syntax
    'Declaration
     
    Public Overridable Property Scale As Double
    public virtual double Scale {get; set;}
    Remarks
    Call Regen after changing this value.
    See Also