idx_get()

BehaviorPropertyCollection::idx_get(int32_t) const method

Returns a property at the specified index.

System::SharedPtr<IBehaviorProperty> Aspose::Slides::Animation::BehaviorPropertyCollection::idx_get(int32_t index) const override

Arguments

ParameterTypeDescription
indexint32_tIndex of a property to return.

Return Value

Animation behavior property.

See Also