Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / IfcContainer Class / Clone Method

In This Topic
    Clone Method (IfcContainer)
    In This Topic
    Creates a deep copy of this ifc container.
    Syntax
    'Declaration
     
    Public Function Clone() As Object
    public object Clone()

    Return Value

    The new ifc container object.
    See Also