IUserInterfaceCreateProgressMeter Method |
[Missing <summary> documentation for "M:Landis.Core.IUserInterface.CreateProgressMeter(System.Int32)"]
Namespace: Landis.CoreAssembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
SyntaxProgressBar CreateProgressMeter(
int totalWorkUnits
)
Function CreateProgressMeter (
totalWorkUnits As Integer
) As ProgressBar
ProgressBar^ CreateProgressMeter(
int totalWorkUnits
)
abstract CreateProgressMeter :
totalWorkUnits : int -> ProgressBar
Parameters
- totalWorkUnits
- Type: SystemInt32
[Missing <param name="totalWorkUnits"/> documentation for "M:Landis.Core.IUserInterface.CreateProgressMeter(System.Int32)"]
Return Value
Type:
ProgressBar[Missing <returns> documentation for "M:Landis.Core.IUserInterface.CreateProgressMeter(System.Int32)"]
See Also