GraphUndoUnit.IsRedo(Dictionary<Object,Object>) Method

Definition

Determines whether the specified GraphTransactionScope is currently being used for a redo operation.

public:
 static bool IsRedo(System::Collections::Generic::Dictionary<System::Object ^, System::Object ^> ^ scopeProperties);
public static bool IsRedo (System.Collections.Generic.Dictionary<object,object> scopeProperties);
static member IsRedo : System.Collections.Generic.Dictionary<obj, obj> -> bool
Public Shared Function IsRedo (scopeProperties As Dictionary(Of Object, Object)) As Boolean

Parameters

scopeProperties
Dictionary<Object,Object>

The ScopeProperties

Returns

whether the specified scope is currently being used for a redo operation.

Applies to