Autodesk Vault ProfessionalVault API

SiteCompat Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information regarding site compatibility.

Syntax

public class SiteCompat 
Public Class SiteCompat 

Properties

NameDescription
FacilityArrayIf the site is less than the system, this property is an array of facilities missing from the site. If the system is less than the site, this property is an array of facilities missing from the system. If the site and system are equal, this value is empty.
ProdArrayIf the site is less than the system, this property is an array of products missing from the site. If the system is less than the site, this property is an array of products missing from the system. If the site and system are equal, this value is empty.
StatusTells if the site is greater than, less than or equal to the system.

Returned By

Where you get a SiteCompat — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.SiteCompat

See Also