clsTaskMeterInitEventArgs Constructor (String, Single)
|
Initialise with text and maximum step number
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic MeterInitEventArgs(
string sText,
float sngMax
)
Public Sub New (
sText As String,
sngMax As Single
)
Parameters
- sText
- Type: SystemString
- sngMax
- Type: SystemSingle
RemarksUsed internally
See Also