DVTk API
IndexOf Method (value)
DVTkDvtk.IheActors.ActorsActorCollectionIndexOf(BaseActor)
DVTk API

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

Searches for the specified BaseActor and returns the zero-based index of the first occurrence within the entire ActorCollection.
Declaration Syntax
C#Visual BasicVisual C++
public int IndexOf(
	BaseActor value
)
Public Function IndexOf ( _
	value As BaseActor _
) As Integer
public:
int IndexOf(
	BaseActor^ value
)
Parameters
value (BaseActor)
The BaseActor to locate in the ActorCollection.
Return Value
The zero-based index of the first occurrence of value within the entire ActorCollection, if found; otherwise, -1.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0