Click or drag to resize

mEdmTaskInstanceSetProgressRange Method

Namespace:  CADSharpTools.Testing
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public void SetProgressRange(
	int lMax,
	int lPos,
	string bsDocStr
)

Parameters

lMax
Type: SystemInt32
lPos
Type: SystemInt32
bsDocStr
Type: SystemString

Implements

IEdmTaskInstance.SetProgressRange(Int32, Int32, String)
See Also