Autodesk Vault ProfessionalVault API

NavigationPath Property

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

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

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

See Also