| Update Method | |
| See Also |
- pIDepreciationArea
- The data for the depreciation area to be updated. The DepreciationArea object must contain the key of the object to be updated.
Updates an existing depreciation area.
The data for the depreciation area, including the key of the depreciation area to be updated, is contained in the DepreciationArea object passed to the method. To update a depreciation area, you must first retrieve it using the Get method.
| Visual Basic |
|---|
Public Sub Update( _
ByVal pIDepreciationArea As DepreciationArea _
) |
- pIDepreciationArea
- The data for the depreciation area to be updated. The DepreciationArea object must contain the key of the object to be updated.