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