Remove()

ISequence::Remove(System::SharedPtr<IEffect>) method

Removes specified effect from a collection.

virtual void Aspose::Slides::Animation::ISequence::Remove(System::SharedPtr<IEffect> item)=0

Arguments

ParameterTypeDescription
itemSystem::SharedPtr<IEffect>Effect to remove.

See Also