Autodesk Vault ProfessionalVault API

ItemFileLnkTyp Enumeration

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

An enumeration of Item-File Link types.

Syntax

public enum ItemFileLnkTyp : System.Enum 
Public Enum ItemFileLnkTyp
   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.

Returned By

Where you get a ItemFileLnkTyp — members that return one.

Inheritance Hierarchy

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

See Also