Autodesk Vault ProfessionalVault API

CompatStatus Enumeration

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

The status of a compatibility check.

Syntax

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

Members

MemberDescription
EqualToSystemThe site and system have equivalent facilities and products.
GreaterThanSystemThe site either has extra facilities or products or has a higher version than the system.
LessThanSystemThe site either has missing facilities or products or has a lower version than the system.

Returned By

Where you get a CompatStatus — members that return one.

Inheritance Hierarchy

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

See Also