GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / LimitDocScale Method
In This Topic
    LimitDocScale Method
    In This Topic
    This method is called when setting the DocScale property to make sure that the view only displays objects at a reasonable scale.
    Syntax
    public virtual float LimitDocScale( 
       float s
    )

    Parameters

    s
    Remarks
    By default this limits the value to between 0.01f and 10.0f.
    See Also