public void UpdateDetailPlanning( PlanningSegment pPlanningSegment )
public: void UpdateDetailPlanning( PlanningSegment^ pPlanningSegment )
Parameters
| Parameter Name | Description |
|---|---|
| pPlanningSegment | Planning segment will be used. Can't be null. |
null.
public void UpdateDetailPlanning( PlanningSegment pPlanningSegment )
public: void UpdateDetailPlanning( PlanningSegment^ pPlanningSegment )
| Parameter Name | Description |
|---|---|
| pPlanningSegment | Planning segment will be used. Can't be null. |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when parameter pPlanningSegment is a null value. |