SavedViewsManager Class

Class that manages the saved views stack.
Public Class SavedViewsManager 
Implements ICloneable
This language is not supported or no code example is available.
public class SavedViewsManager : ICloneable
This language is not supported or no code example is available.
Name Description
Public property MaximumNumber Gets or sets the maximum number of saved views.
Public property NumberOfNext Gets the number of the next views saved in the stack.
Public property NumberOfPrevious Gets the number of the previous views saved in the stack.
Top
Methods
 
Name Description
Public method Clear() Clears the stack of saved views.
Public method Clone() Creates a new object that is a copy of the current instance.
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method Next() Restores the next view on the stack.
Public method Previous() Restores the previous view on the stack.
Public method Resume() Resumes the automatic saving of the views.
Public method Save() Saves the current view on the stack.
Public method Suspend() Suspends the automatic saving of the views.
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Classes
 
Name Description
Public class ViewEventArgs Class that holds data for Viewport.ViewSaved and Viewport.ViewRestored events.
Top
devDept.Eyeshot.Viewport.SavedViewsManager

.NET Framework

Supported in: 4.8

In this article

Definition