idx_set()

IBehaviorCollection::idx_set(int32_t, System::SharedPtr<IBehavior>) method

Returns a behavior at the specified index.

virtual void Aspose::Slides::Animation::IBehaviorCollection::idx_set(int32_t index, System::SharedPtr<IBehavior> value)=0

Arguments

ParameterTypeDescription
indexint32_tIndex of a behavior to return.
valueSystem::SharedPtr<IBehavior>Animation begavior.

See Also