Hunny Software Library Reference

Body.BodyPartAt Method 

Gets the body part at the specified position.

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

Parameters

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

Return Value

BodyPart object at the specified position

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionindex is out of range

See Also

Body Class | Hunny.Mime Namespace