GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / Meter Class / CreateScale Method
In This Topic
    CreateScale Method
    In This Topic
    Method for creating an instance of the meter's standard scale.
    Syntax
    protected virtual GraduatedScale CreateScale()
    Remarks
    By default this returns null--each subclass should override this to actually allocate and return some kind of GraduatedScale.
    See Also