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