IBehaviorCollectionRemove Method |
Removes specified behavior from a collection.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxbool Remove(
IBehavior item
)
Function Remove (
item As IBehavior
) As Boolean
bool Remove(
IBehavior^ item
)
abstract Remove :
item : IBehavior -> bool
Parameters
- item
- Type: Aspose.Slides.AnimationIBehavior
Behavior to remove.
Return Value
Type:
Boolean
See Also