Autodesk Vault ProfessionalVault API

DesignVisualizationAttachmentStatus Enumeration

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

The status attachents to design visualization files.

Syntax

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

Members

MemberDescription
LegacyDesign visualization attachments from prior releases are set to this type.
None
NotSyncronizedThe design visualization is not in sync with the parent file.
SyncronizedThe design visualization is in sync with the parent file.
UserVerifiedThe user has verified the validity of the design visualization.

Returned By

Where you get a DesignVisualizationAttachmentStatus — members that return one.

Inheritance Hierarchy

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

See Also