ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorData Class / CreateLayer Method
The name of the newly created layer.




In This Topic
    CreateLayer Method (ImGearVectorData)
    In This Topic
    Creates a new layer.
    Syntax
    'Declaration
     
    Public Function CreateLayer( _
       ByVal layerName As String _
    ) As ImGearVectorLayer
    'Usage
     
    Dim instance As ImGearVectorData
    Dim layerName As String
    Dim value As ImGearVectorLayer
     
    value = instance.CreateLayer(layerName)
    public ImGearVectorLayer CreateLayer( 
       string layerName
    )
    public: ImGearVectorLayer* CreateLayer( 
       string* layerName
    ) 
    public:
    ImGearVectorLayer^ CreateLayer( 
       String^ layerName
    ) 

    Parameters

    layerName
    The name of the newly created layer.

    Return Value

    A new instance of ImGearVectorLayer class object.
    See Also