Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
DPSF API Documentation
|
(<'Particle, Vertex>)>)>..::..CParticleEvents..::..RemoveEveryTimeEvents Method (DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate)
|
|
Removes all EveryTime Events with the specified Function. Returns the number of Events that were removed.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public int RemoveEveryTimeEvents(
DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate cFunction
)
|
Visual Basic
|
Public Function RemoveEveryTimeEvents (
cFunction As DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate
) As Integer
|
Visual C++
|
public:
int RemoveEveryTimeEvents(
DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate^ cFunction
)
|
Parameters
cFunction
Type: DPSF..::..DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate
The Function of the EveryTime Event to remove
Return Value
Type: Int32
Returns the number of Events that were removed.
See Also
DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleEvents Class
DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleEvents Members
RemoveEveryTimeEvents Overload
DPSF Namespace
Send comments on this topic to
|