ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayer Class / m_strName Field




In This Topic
    m_strName Field
    In This Topic
    Specifies name of the layer.
    Syntax
    'Declaration
     
    Protected m_strName As String
    'Usage
     
    Dim instance As ImGearLayer
    Dim value As String
     
    value = instance.m_strName
     
    instance.m_strName = value
    protected string m_strName
    protected: string* m_strName
    protected:
    String^ m_strName

    Field Value

    String value.
    See Also