Duplicate Method (IShape)
Duplicates the object and returns a reference to the new copy.
'Declaration
Function Duplicate() As IShape
'Usage
Dim instance As IShape
Dim value As IShape
value = instance.Duplicate()
Return Value
The new duplicated shape.