GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / FinishTransaction Method
the transaction name; this value is passed to GetPresentationName before being passed to EndTransaction
In This Topic
    FinishTransaction Method (GoUndoManager)
    In This Topic
    Just call EndTransaction, committing the current transaction, with the presentation name for the given transaction name.
    Syntax
    public bool FinishTransaction( 
       string tname
    )

    Parameters

    tname
    the transaction name; this value is passed to GetPresentationName before being passed to EndTransaction

    Return Value

    the value of the call to EndTransaction
    See Also