Autodesk Vault ProfessionalVault API

ProgressValue Class

Autodesk.DataManagement.Client.FrameworkAutodesk.DataManagement.Client.Framework.Currency

Represents an individual line item of data that can be displayed in a progress dialog. Progress can be reported with Name/Value pairs, or just as an individual value.

Syntax

public class ProgressValue 
Public Class ProgressValue 

Constructors

NameDescription
ProgressValue

Properties

NameDescription
LabelGets of sets the name component of a name/value pair (ie. the "File" component of "File: XYZ")
ValueGets or sets the value component of a progress item. This value may or may not be paired with a Label to describe the value.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Currency.ProgressValue

See Also