public void MoveDown( PlanningSegment plaObject )
public: void MoveDown( PlanningSegment^ plaObject )
Parameters
- plaObject
- Object which should be moved. Can't be null.
null.
public void MoveDown( PlanningSegment plaObject )
public: void MoveDown( PlanningSegment^ plaObject )
null.| Exception | Description | 
|---|---|
| System.ArgumentNullException | Thrown when parameter plaObjectis anullvalue. | 
| System.ArgumentException | Thrown when plaObjecthavenullparent. |