Autodesk Vault ProfessionalVault API

PredefinedListField Class

Autodesk.DataManagement.Server.ExtensibilityAutodesk.DataManagement.Server.Extensibility.Numbering

The Predefined List Field class for a Numbering Scheme Field.

Syntax

public class PredefinedListField : NumberingSchemeField 
Public Class PredefinedListField
   Inherits NumberingSchemeField

Constructors

NameDescription
PredefinedListFieldCreates an instance of the Predefined List Field class.

Properties

NameDescription
CodeListAn array of Code Words for the Predefined List Field.
DefaultValueThe default value of the Predefined List Field.
NameThe name of the NumberingSchemeField.
TypeThe representation of the Predefined List Field type from the FieldType enumeration.
ValueThe value of the NumberingSchemeField.

Inheritance Hierarchy

See Also