DVTk API
Contains Method (value)
DVTkDvtk.IheActors.ActorsActorCollectionContains(BaseActor)
DVTk API

[This is preliminary documentation and is subject to change.]

Determines whether the ActorCollection contains a specific element.
Declaration Syntax
C#Visual BasicVisual C++
public bool Contains(
	BaseActor value
)
Public Function Contains ( _
	value As BaseActor _
) As Boolean
public:
bool Contains(
	BaseActor^ value
)
Parameters
value (BaseActor)
The BaseActor to locate in the ActorCollection.
Return Value
true if the ActorCollection contains the specified value; otherwise, false.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0