Click or drag to resize
SoProgressIndicatorTaskEventArg Constructor

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public TaskEventArg(
	SoNode src,
	string eventName,
	uint numTasks,
	uint numTasksDone,
	uint numSubTasks
)

Parameters

src
Type: OIV.Inventor.NodesSoNode
eventName
Type: SystemString
numTasks
Type: SystemUInt32
numTasksDone
Type: SystemUInt32
numSubTasks
Type: SystemUInt32
Remarks