Create a deep copy of the current IndirectObject.
[C#] IndirectObject Clone() [Visual Basic] Function Clone() As IndirectObject
IndirectObject Clone()
Function Clone() As IndirectObject
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.
None.