CustomCloneObjectEventArgs Properties
Arguments passed to the CloneObjectViewController.CustomCloneObject event.| Name | Description |
|---|---|
| ClonedObject | The target object of the cloning process. |
| SourceObject | Gets the object to be cloned. |
| TargetObjectSpace | Specifies the Object Space of the target object. |
| TargetType | Gets the type of the target object. |
See Also