Autodesk Vault ProfessionalVault API

CanNavigate Method

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

Tests if the specified entity can be navigated to (ie. it can have children)

Syntax

System.bool CanNavigate(
   IEntity parent
)
Function CanNavigate( _
   ByVal parent As IEntity _
) As System.Boolean

Parameters

NameDescription
parentThe entity to test if it can be navigated to

Return Value

True if the entity can have children (which doesn't necessarily mean it does have children).

See Also