ArcFM Solution Developer Guide
InitProgressBar Method (IMMMessageCallback)


Syntax
'Declaration
 
Sub InitProgressBar( _
   ByVal lMin As System.Integer, _
   ByVal lMax As System.Integer _
) 
'Usage
 
Dim instance As IMMMessageCallback
Dim lMin As System.Integer
Dim lMax As System.Integer
 
instance.InitProgressBar(lMin, lMax)
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

IMMMessageCallback Interface
IMMMessageCallback Members

 

 


Send Comment