Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Clone Method
See Also 
Leadtools Namespace > RasterTagMetadata Class : Clone Method



Makes an exact copy of this RasterTagMetadata object.

Syntax

Visual Basic (Declaration)  
Public Function Clone() As RasterTagMetadata
Visual Basic (Usage) Copy Code
Dim instance As RasterTagMetadata
Dim value As RasterTagMetadata
 
value = instance.Clone()
C#  
public RasterTagMetadata Clone()
C++/CLI  
public:
RasterTagMetadata^ Clone(); 

Return Value

The RasterTagMetadata that this method creates.

Example

For an example, refer to _ctor.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also