idx_set()

BehaviorPropertyCollection::idx_set(int32_t, System::SharedPtr<IBehaviorProperty>) method

Returns a property at the specified index.

void Aspose::Slides::Animation::BehaviorPropertyCollection::idx_set(int32_t index, System::SharedPtr<IBehaviorProperty> value) override

Arguments

ParameterTypeDescription
indexint32_tIndex of a property to return.
valueSystem::SharedPtr<IBehaviorProperty>Animation behavior property.

See Also