Hunny Software Library Reference
Body.AddBodyPart Method
Adds a body part to the end of the list.
[Visual Basic]
Public Sub AddBodyPart( _
ByVal
part
As
BodyPart
_
)
[C#]
public
void
AddBodyPart(
BodyPart
part
);
Parameters
part
BodyPart
object to add
See Also
Body Class
|
Hunny.Mime Namespace