Click or drag to resize
SoProgressIndicator.SubTaskEventArg Constructor

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SubTaskEventArg(
	SoNode src,
	string eventName,
	uint numSubTasks,
	uint numSubTasksDone,
	uint numSteps
)

Parameters

src
Type: OIV.Inventor.Nodes.SoNode
eventName
Type: System.String
numSubTasks
Type: System.UInt32
numSubTasksDone
Type: System.UInt32
numSteps
Type: System.UInt32
Remarks