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

In This Topic
    Clone Method (Point4D)
    In This Topic
    Creates a deep copy of this point.
    Syntax
    'Declaration
     
    Public Overridable Shadows Function Clone() As Object
    public virtual new object Clone()

    Return Value

    The new 4D point.
    See Also