Create a deep copy of the current IndirectObject.

 

   

Syntax
 

[C#]
IndirectObject Clone()

[Visual Basic]
Function Clone() As IndirectObject

 

   

Params
 
Name Description
return The newly created copy.

 

   

Notes
 

This function creates a new object that is a copy of this instance.

The copy is a deep copy and all contained objects are copied as part of the clone process.

 

   

Example
 

None.