Share

ProgressMeter.Start() Method

Description

Sets the progress meter to its initial reading and make it visible. You may choose to display the string passed into the method. Do not modify this string after passing it to Start().

Visual Basic

Public virtual Function Start() As void

C#

public virtual void Start();

Conditions

Read / Write

Links

ProgressMeter Class, Autodesk.AutoCAD.Runtime Namespace

Was this information helpful?