Model.MoveToPlane (ICollection<Entity>, Plane) Method

Moves a list of entities from plane XY to the specified plane.
Public Sub MoveToPlane( _ 
ByVal entList As ICollection(Of Entity), _ 
ByVal plane As Plane
)
This language is not supported or no code example is available.
public void MoveToPlane( 
ICollection<Entity> entList
Plane plane 
)
This language is not supported or no code example is available.

Parameters

entList
ICollection<Entity>

The entity list

plane
Plane

Destination plane

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition