Autodesk Vault ProfessionalVault API

RemoveContent Method

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

Removes content from the model.

Syntax

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

Parameters

NameDescription
entitiesThe collection of entities to remove.

See Also