ImageGear .NET - Updated
SetName Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : SetName Method
New Name for the View.
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

Reference

ImGearVectorView Class
ImGearVectorView Members