Insert()
IBehaviorCollection::Insert(int32_t, System::SharedPtr<IBehavior>) method
Inserts new behavior to a collection at the specified index.
virtual void Aspose::Slides::Animation::IBehaviorCollection::Insert(int32_t index, System::SharedPtr<IBehavior> item)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | Index where new behavior should be inserted. |
item | System::SharedPtr<IBehavior> | Behavior to insert. |
See Also
- Typedef SharedPtr
- Class IBehavior
- Class IBehaviorCollection
- Namespace Aspose::Slides::Animation
- Library Aspose.Slides