GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayout Class / RaiseProgress Method / RaiseProgress(Single,String) Method
a ratio between 0 and 1
an optional message string describing the state of the layout algorithm
In This Topic
    RaiseProgress(Single,String) Method
    In This Topic
    Call OnProgress with an appropriate GoLayoutProgressEventArgs.
    Syntax
    public virtual void RaiseProgress( 
       float done,
       string msg
    )

    Parameters

    done
    a ratio between 0 and 1
    msg
    an optional message string describing the state of the layout algorithm
    See Also