Start Method
Start(ICollection<DesignItem>, PlacementType)
Starts a new placement operation that changes the placement of placedItems
.
Declaration
public static PlacementOperation Start(ICollection<DesignItem> placedItems, PlacementType type)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.ICollection<DesignItem> | placedItems | The items to be placed. |
PlacementType | type | The type of the placement. |
Returns
Type | Description |
---|---|
PlacementOperation | A PlacementOperation object. |