Heureka API .NET Documentation
Clone Method (TreeLayer)



Creates a deep copy of the object
Syntax
'Declaration
 
Public Function Clone() As TreeLayer
'Usage
 
Dim instance As TreeLayer
Dim value As TreeLayer
 
value = instance.Clone()
public TreeLayer Clone()
public:
TreeLayer^ Clone(); 

Return Value

a deep copy of the current treeLayer.
Remarks
Prediction unit is not copied.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TreeLayer Class
TreeLayer Members

Send Feedback