|

Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
|
(<'Particle, Vertex>)>)>..::..CParticleEvents..::..RemoveAllEventsInGroup Method
|
|
|
Removes all Events in the specified Group. Returns the number of Events that were removed.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public int RemoveAllEventsInGroup(
int iGroup
)
|
Visual Basic
|
Public Function RemoveAllEventsInGroup (
iGroup As Integer
) As Integer
|
Visual C++
|
public:
int RemoveAllEventsInGroup(
int iGroup
)
|
Parameters
iGroup
Type: System..::..Int32
The Group to remove all Events from
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
DPSF Namespace

Send comments on this topic to
|