Autodesk Vault ProfessionalVault API

ItemFileLnkTypOpt Enumeration

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

An enumeration of Item-File Link types. This is a flag enumeration, which means they can be joined together and passed as a single parameter.

Syntax

public enum ItemFileLnkTypOpt : System.Enum 
Public Enum ItemFileLnkTypOpt
   Inherits System.Enum

Members

MemberDescription
PrimaryA link to the file that the Item was created from.
PrimarySubA primary sub component.
SecondaryA link to a file with an equivalent part.
SecondarySubA secondary sub component.
StandardComponentA link to a standard component in the design file.
TertiaryA link to an associated design file.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.Connectivity.WebServices.ItemFileLnkTypOpt

See Also