IMainWindowView.Refresh method
Refreshes the view with the specified filename and view name.
public void Refresh(string filename, string viewName, bool forceRefresh = false)
parameter | description |
---|---|
filename | The name of the file associated with the view. |
viewName | The name or identifier of the view. |
forceRefresh | (Optional) Specifies whether to forcefully refresh the view, ignoring any caching mechanisms.Default value is set to false. |
See Also
- interface IMainWindowView
- namespace Autodesk.DataExchange.UI.Interfaces