idx_get()

BehaviorCollection::idx_get(int32_t) method

Retirns a behavior at the specified index.

System::SharedPtr<IBehavior> Aspose::Slides::Animation::BehaviorCollection::idx_get(int32_t index) override

Arguments

ParameterTypeDescription
indexint32_tIndex of a behavior to return.

Return Value

Animation begavior.

See Also