Autodesk Vault ProfessionalVault API

PredefListField Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A field that can only contain specific values. Implementation of NumSchmField.

Syntax

public class PredefListField : NumSchmField 
Public Class PredefListField
   Inherits NumSchmField

Properties

NameDescription
CodeArrayList of legal values.
DfltValThe default value.
FieldTypThe type of field. Inherited from NumSchmField.
NameThe name of the field. Inherited from NumSchmField.
PredefListValThe assigned value. If NULL, the default value is used.

Inheritance Hierarchy

See Also