ImageGear .NET v24.12 - Updated
CreateEntity Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : CreateEntity Method
Type of the entity to be created.
Creates an entity of the specified type.
Syntax
'Declaration
 
Public Function CreateEntity( _
   ByVal entityType As ImGearVectEntities _
) As ImGearVectorEntity
'Usage
 
Dim instance As ImGearVectorData
Dim entityType As ImGearVectEntities
Dim value As ImGearVectorEntity
 
value = instance.CreateEntity(entityType)
public ImGearVectorEntity CreateEntity( 
   ImGearVectEntities entityType
)
public: ImGearVectorEntity* CreateEntity( 
   ImGearVectEntities entityType
) 
public:
ImGearVectorEntity^ CreateEntity( 
   ImGearVectEntities entityType
) 

Parameters

entityType
Type of the entity to be created.

Return Value

New instance of ImGearVectorEntity class.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members
ImGearVectorEntity Class
ImGearVectEntities Enumeration