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