ImageGear PDF v25.2 - Updated
CreateEntity Method




ImageGear.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

Is this page helpful?
Yes No
Thanks for your feedback.