Autodesk Vault ProfessionalVault API

Update Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ModelsBrowseVaultNavigationModel

Updates entities contained in this model.

Syntax

public void Update(
   System.Collections.Generic.IEnumerable<IEntity> entities
)
Public Sub Update( _
   ByVal entities As System.Collections.Generic.IEnumerable(Of IEntity) _
) 

Parameters

NameDescription
entitiesThe entities to be updated

Remarks

The model will replace it's copy of the entities with the updated version. The ContentUpdated event will be fired which views can use as a trigger to re-retrieve properties for the entities

See Also