Click or drag to resize
GeneralRulesCanReturnToPreviousMap Method
Determines if there is a previous map to return to.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public virtual bool CanReturnToPreviousMap()

Return Value

Type: Boolean
True if calling ReturnToPreviousMap(Boolean) will have any effect, false otherwise.
See Also