Removes the specified Action from the collection.
Namespace: Neodynamic.SDK
Assembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0
Syntax
Visual Basic (Declaration) |
---|
Public Sub Remove ( _ action As Action _ ) |
C# |
---|
public void Remove ( Action action ) |
Visual C++ |
---|
public: void Remove ( Action^ action ) |
Parameters
- action
- Neodynamic.SDK.Action
The Action to remove from the collection.