Hunny Software Library Reference

Body.RemoveBodyPartAt Method 

Removes the body part at the specified position.

[Visual Basic]
Public Function RemoveBodyPartAt( _
   ByVal index As Integer _
) As BodyPart
[C#]
public BodyPart RemoveBodyPartAt(
   int index
);

Parameters

index
position of the BodyPart object to remove (0 <= index < NumBodyParts)

Return Value

the removed BodyPart object

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionindex is out of range

See Also

Body Class | Hunny.Mime Namespace