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

In This Topic
    Clone Method (AnalyticSurf)
    In This Topic
    Creates a deep copy of this analytic surface.
    Syntax
    'Declaration
     
    Public MustOverride Function Clone() As Object
    public abstract object Clone()

    Return Value

    The new analytic surface object.
    See Also