Remove()

MotionPath::Remove(System::SharedPtr<IMotionCmdPath>) method

Removes specified commans from the collection.

void Aspose::Slides::Animation::MotionPath::Remove(System::SharedPtr<IMotionCmdPath> item) override

Arguments

ParameterTypeDescription
itemSystem::SharedPtr<IMotionCmdPath>Motion path to remove.

See Also