Autodesk Vault ProfessionalVault API

AssociationType Enumeration

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

The type of association.

Syntax

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

Members

MemberDescription
AttachmentThis value means that the child file is additional information but is not required by the parent file.
DependencyThis value means that the parent file is dependant on the child file in order to view properly.

Returned By

Where you get a AssociationType — members that return one.

Inheritance Hierarchy

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

See Also