Gets the placement behavior associated with the specified items.
Declaration
public static IPlacementBehavior GetPlacementBehavior(ICollection<DesignItem> items)
Parameters
Type |
Name |
Description |
System.Collections.Generic.ICollection<DesignItem> |
items |
|
Returns
Gets the placement behavior associated with the specified items.
Declaration
public static IPlacementBehavior GetPlacementBehavior(ICollection<DesignItem> items, out List<DesignItem> moveableItems, PlacementType placementType)
Parameters
Returns