CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Starts the provided action. The currently active action will either be aborted or
pushed down on the action stack until the provided action terminates.
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
void SetAction( Action Action ) |
| Visual Basic |
|---|
Sub SetAction ( _ Action As Action _ ) |
| Visual C++ |
|---|
void SetAction( Action^ Action ) |
Parameters
- Action
- Type: CADability.Actions..::..Action