DVTk API
Add Method (value)
DVTkDvtk.IheActors.ActorsActorConfigCollectionAdd(ActorConfig)
DVTk API

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

Adds an object to the end of the ActorConfigCollection.
Declaration Syntax
C#Visual BasicVisual C++
public int Add(
	ActorConfig value
)
Public Function Add ( _
	value As ActorConfig _
) As Integer
public:
int Add(
	ActorConfig^ value
)
Parameters
value (ActorConfig)
The ActorConfig to be added to the end of the ActorConfigCollection.
Return Value
The ActorConfigCollection index at which the value has been added.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0