ArcFM Engine Developer Guide
InitProgressBar Method (PxApplicationClass)


Syntax
'Declaration
 
Public Overridable Sub InitProgressBar( _
   ByVal lMin As Integer, _
   ByVal lMax As Integer _
) 
'Usage
 
Dim instance As PxApplicationClass
Dim lMin As Integer
Dim lMax As Integer
 
instance.InitProgressBar(lMin, lMax)
public virtual void InitProgressBar( 
   int lMin,
   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