Remove()

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

Removes specified effect from a collection.

void Aspose::Slides::Animation::Sequence::Remove(System::SharedPtr<IEffect> item) override

Arguments

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

See Also