Autodesk Vault ProfessionalVault API

Classification Enumeration

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Tells if the property is user defined within the source.

Syntax

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

Members

MemberDescription
CustomThe property within the file is user defined.
None
StandardThe property is one of the file's standard property set.

Returned By

Where you get a Classification — members that return one.

Inheritance Hierarchy

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

See Also