SoProgressIndicatorTaskEventArg Constructor |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public TaskEventArg(
SoNode src,
string eventName,
uint numTasks,
uint numTasksDone,
uint numSubTasks
)
Public Sub New (
src As SoNode,
eventName As String,
numTasks As UInteger,
numTasksDone As UInteger,
numSubTasks As UInteger
)
public:
TaskEventArg(
SoNode^ src,
String^ eventName,
unsigned int numTasks,
unsigned int numTasksDone,
unsigned int numSubTasks
)
new :
src : SoNode *
eventName : string *
numTasks : uint32 *
numTasksDone : uint32 *
numSubTasks : uint32 -> TaskEventArg
Parameters
- src
- Type: OIV.Inventor.NodesSoNode
- eventName
- Type: SystemString
- numTasks
- Type: SystemUInt32
- numTasksDone
- Type: SystemUInt32
- numSubTasks
- Type: SystemUInt32
Remarks See Also