Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / MoveToPlane Method / MoveToPlane(ICollection<Entity>,Plane) Method
The entity list
Destination plane

In This Topic
    MoveToPlane(ICollection<Entity>,Plane) Method
    In This Topic
    Moves a list of entities from plane XY to the specified plane.
    Syntax
    'Declaration
     
    Public Overloads Sub MoveToPlane( _
       ByVal entList As ICollection(Of Entity), _
       ByVal plane As Plane _
    ) 
    public void MoveToPlane( 
       ICollection<Entity> entList,
       Plane plane
    )

    Parameters

    entList
    The entity list
    plane
    Destination plane
    See Also