Autodesk Vault ProfessionalVault API

SetContent Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ModelsViewVaultNavigationModel

Sets the content of the model, which is the Vault entities you want to view.

Syntax

public void SetContent(
   System.Collections.Generic.IEnumerable<IEntity> entities
)
Public Sub SetContent( _
   ByVal entities As System.Collections.Generic.IEnumerable(Of IEntity) _
) 

Parameters

NameDescription
entitiesThe collection of entities to view.

See Also