idx_get()

IBehaviorCollection::idx_get(int32_t) method

Returns a behavior at the specified index.

virtual System::SharedPtr<IBehavior> Aspose::Slides::Animation::IBehaviorCollection::idx_get(int32_t index)=0

Arguments

ParameterTypeDescription
indexint32_tIndex of a behavior to return.

Return Value

Animation begavior.

See Also