Remove()

IBehaviorCollection::Remove(System::SharedPtr<IBehavior>) method

Removes specified behavior from a collection.

virtual bool Aspose::Slides::Animation::IBehaviorCollection::Remove(System::SharedPtr<IBehavior> item)=0

Arguments

ParameterTypeDescription
itemSystem::SharedPtr<IBehavior>Behavior to remove.

Return Value

True if a behavior removed successfully bool

See Also