ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorData Class / FindLayer Method
Name of the layer to be looked for.




In This Topic
    FindLayer Method
    In This Topic
    Looks for a layer by name.
    Syntax
    'Declaration
     
    Public Function FindLayer( _
       ByVal layerName As String _
    ) As ImGearVectorLayer
    'Usage
     
    Dim instance As ImGearVectorData
    Dim layerName As String
    Dim value As ImGearVectorLayer
     
    value = instance.FindLayer(layerName)
    public ImGearVectorLayer FindLayer( 
       string layerName
    )
    public: ImGearVectorLayer* FindLayer( 
       string* layerName
    ) 
    public:
    ImGearVectorLayer^ FindLayer( 
       String^ layerName
    ) 

    Parameters

    layerName
    Name of the layer to be looked for.

    Return Value

    New instance of ImGearVectorLayer class.
    See Also