ImageGear .NET - Updated
GetName Method (ImGearVectorView)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : GetName Method
Returns the name of the view.
Syntax
'Declaration
 
Public Function GetName() As String
'Usage
 
Dim instance As ImGearVectorView
Dim value As String
 
value = instance.GetName()
public string GetName()
public: string* GetName(); 
public:
String^ GetName(); 

Return Value

String with the view name.
See Also

Reference

ImGearVectorView Class
ImGearVectorView Members