Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point3D Class / Clone Method

In This Topic
    Clone Method (Point3D)
    In This Topic
    Creates a deep copy of this 3D point.
    Syntax
    'Declaration
     
    Public Overrides Function Clone() As Object
    public override object Clone()

    Return Value

    The new 3D point.
    See Also