|
mEdmTaskInstanceSetProgressRange Method
|
Namespace:
CADSharpTools.Testing
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic void SetProgressRange(
int lMax,
int lPos,
string bsDocStr
)
Public Sub SetProgressRange (
lMax As Integer,
lPos As Integer,
bsDocStr As String
)
Parameters
- lMax
- Type: SystemInt32
- lPos
- Type: SystemInt32
- bsDocStr
- Type: SystemString
Implements
IEdmTaskInstance.SetProgressRange(Int32, Int32, String)
See Also