Autodesk Vault ProfessionalVault API

NavigationPath Property

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

Gets the hierarchy of the current Parent all the way up to the root Navigation object. The NavigationPath loads in the background and will be available after the NavigationPathLoaded event is fired.

Syntax

public System.Collections.Generic.IEnumerable<IEntity> NavigationPath {get;}
Public ReadOnly Property NavigationPath As System.Collections.Generic.IEnumerable(Of IEntity)

See Also