Autodesk Vault ProfessionalVault API

IProgressView Interface

Autodesk.DataManagement.Client.Framework.FormsAutodesk.DataManagement.Client.Framework.Forms.Interfaces

A Progress Reporter that provides tools for showing and closing the progress view.

Syntax

public interface IProgressView : Autodesk.DataManagement.Client.Framework.Interfaces.IProgressReporter  
Public Interface IProgressView
   Inherits Autodesk.DataManagement.Client.Framework.Interfaces.IProgressReporter 

Methods

NameDescription
CloseCloses the progress view
ShowShows a modeless progress view
ShowDialogShows a modal progress view
ReportProgressReports progress to the GUI layer

Returned By

Where you get a IProgressView — members that return one.

See Also