ImageGear .NET - Updated November 28, 2017
CreateEntity Method




ImageGear23.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)

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