ARCed.Database.DatabaseWindow.NotifyRefresh C# (CSharp) Method

NotifyRefresh() public method

Refreshes objects by type flag
This methods is to be overridden in inherited classes.
Thrown when method is not overridden. Thrown when method is not overridden in inherited class
public NotifyRefresh ( RefreshType type ) : void
type RefreshType Flag for type of object to refresh
return void
        public virtual void NotifyRefresh(RefreshType type)
        {
            throw new NotImplementedException("Method needs to be overridden in inherited classes.");
        }