Autodesk Vault ProfessionalVault API

NavigationPath Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.InterfacesIProgressiveLoadingVaultNavigationModel

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

Syntax

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

See Also