Autodesk Vault ProfessionalVault API

AddContent Method

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

Adds additional content to the model.

Syntax

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

Parameters

NameDescription
entitiesThe collection of entities to add.

Remarks

The ContentAdded event will be fired which views can use as a trigger to add properties for the entities.

See Also