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