ArcFM Solution Developer Guide
InitProgressBar Method (PxApplicationClass)


Syntax
'Declaration
 
Public Overridable Sub InitProgressBar( _
   ByVal lMin As System.Integer, _
   ByVal lMax As System.Integer _
) 
'Usage
 
Dim instance As PxApplicationClass
Dim lMin As System.Integer
Dim lMax As System.Integer
 
instance.InitProgressBar(lMin, lMax)
public virtual void InitProgressBar( 
   System.int lMin,
   System.int lMax
)

Parameters

lMin
lMax
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

PxApplicationClass Class
PxApplicationClass Members

 

 


Send Comment