Click or drag to resize

CustomPropertyClone Method

Create a clone of the custom property.

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public override Object Clone()

Return Value

Type: Object
A copy of the custom property.

Implements

ICloneableClone
ICloneableClone
See Also