public void MoveDown( ICollection<PlanningSegment> colObjects )
public: void MoveDown( ICollection<PlanningSegment^>^ colObjects )
Parameters
- colObjects
- Collection of pre planning objects which should be moved. Can't be nullor empty.
null or empty.
public void MoveDown( ICollection<PlanningSegment> colObjects )
public: void MoveDown( ICollection<PlanningSegment^>^ colObjects )
null or empty.| Exception | Description | 
|---|---|
| System.ArgumentNullException | Thrown when parameter colObjectsis anullvalue. | 
| System.ArgumentException | Thrown when collection colObjectsis empty or when any of objects have different parent. |