ImageGear .NET - Updated November 28, 2017
AddEntity Method




ImageGear23.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityCont Class : AddEntity Method
Entity being added at the tail of the container.
Adds an entity to the entity container.
Syntax
'Declaration
 
Public Sub AddEntity( _
   ByVal entity As ImGearVectorEntity _
) 
 
'Usage
 
Dim instance As ImGearVectorEntityCont
Dim entity As ImGearVectorEntity
 
instance.AddEntity(entity)

Parameters

entity
Entity being added at the tail of the container.
See Also

Reference

ImGearVectorEntityCont Class
ImGearVectorEntityCont Members
ImGearVectorEntity Class