Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / PlanarEntity Class / Update Method
The other entity.

In This Topic
    Update Method (PlanarEntity)
    In This Topic
    Updates the contents of this entity with the contents of another entity.
    Syntax
    'Declaration
     
    Protected Overridable Sub Update( _
       ByVal another As PlanarEntity _
    ) 
    protected virtual void Update( 
       PlanarEntity another
    )

    Parameters

    another
    The other entity.
    See Also