Autodesk Vault ProfessionalVault API

EntitiesToHide Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsSelectEntitySettings

Gets or sets a list of entities that should not be displayed in the Select Entity dialog

Syntax

public System.Collections.Generic.IEnumerable<IEntity> EntitiesToHide {get; set;}
Public Property EntitiesToHide As System.Collections.Generic.IEnumerable(Of IEntity)

See Also