public void MoveUp( PlanningSegment plaObject )
public: void MoveUp( PlanningSegment^ plaObject )
Parameters
| Parameter Name | Description |
|---|---|
| plaObject | Object which should be moved. Can't be null. |
null.
public void MoveUp( PlanningSegment plaObject )
public: void MoveUp( PlanningSegment^ plaObject )
| Parameter Name | Description |
|---|---|
| plaObject | Object which should be moved. Can't be null. |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when parameter plaObject is a null value. |
| System.ArgumentException | Thrown when plaObject have null parent. |