Autodesk Vault ProfessionalVault API

Navigate(IEntity,NavigationContext) Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.InterfacesIVaultNavigationModel

Changes the data in the model to represent a new entity. The Content for the new entity will be loaded in a background thread.

Syntax

void Navigate(
   IEntity parent,
   NavigationContext context
)
Overloads Sub Navigate( _
   ByVal parent As IEntity, _
   ByVal context As NavigationContext _
) 

Parameters

NameDescription
parentThe entity that is being navigated to
contextThe type of navigation being performed

See Also