ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorData Class / CreateEntity Method
Type of the entity to be created.




In This Topic
    CreateEntity Method
    In This Topic
    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