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