collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
ParticleEmitterCollection
.
.
::
..Remove Method (Int32)
gradient

Removes the ParticleEmitter with the given ID from the collection. Returns false if the ParticleEmitter was not found in the collection.

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

public bool Remove(

 int id

)

Visual Basic

Public Function Remove (

 id As Integer

As Boolean

Visual C++

public:

bool Remove(

 int id

)

Parameters

id

Type: System..::..Int32

The ID of the ParticleEmitter to remove.

Return Value

Type: Boolean

Returns false if the ParticleEmitter was not found in the collection.

collapse_allSee Also

ParticleEmitterCollection Class

ParticleEmitterCollection Members

Remove Overload

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com