ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorView Class / SetName Method
New Name for the View.




In This Topic
    SetName Method
    In This Topic
    Sets the new name for the view.
    Syntax
    'Declaration
     
    Public Sub SetName( _
       ByVal viewName As String _
    ) 
    'Usage
     
    Dim instance As ImGearVectorView
    Dim viewName As String
     
    instance.SetName(viewName)
    public void SetName( 
       string viewName
    )
    public: void SetName( 
       string* viewName
    ) 
    public:
    void SetName( 
       String^ viewName
    ) 

    Parameters

    viewName
    New Name for the View.
    See Also