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