ImageGear .NET - Updated May 1, 2018
Clone Method (ImGearMetadataTree)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMetadataTree Class : Clone Method
Creates a new object that is a copy of the current instance.
Syntax
'Declaration
 
Public Overrides NotOverridable Function Clone() As ImGearMetadataNode
 
'Usage
 
Dim instance As ImGearMetadataTree
Dim value As ImGearMetadataNode
 
value = instance.Clone()

Return Value

ImGearMetadataTree class that is a copy of the current instance.
See Also

Reference

ImGearMetadataTree Class
ImGearMetadataTree Members