Autodesk Vault ProfessionalVault API

GetParent Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIEntityOperationManager

Gets the parent of the specified entity.

Syntax

IEntity GetParent(
   IEntity entity
)
Function GetParent( _
   ByVal entity As IEntity _
) As IEntity

Parameters

NameDescription
entityThe entity to retrieve the parent for

Return Value

The parent of the specified entity, or null if there is not a parent.

See Also