Autodesk Vault ProfessionalVault API

AutogeneratedField Class

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

The Autogenerated Field class for a Numbering Scheme Field.

Syntax

public class AutogeneratedField : NumberingSchemeField 
Public Class AutogeneratedField
   Inherits NumberingSchemeField

Constructors

NameDescription
AutogeneratedFieldCreates an instance of the Autogenerated Field class.

Properties

NameDescription
LengthThe number of characters allowed for the Autogenerated Field.
NameThe name of the NumberingSchemeField.
RangeFromThe lowest allowed value for the Autogenerated Field.
RangeToThe highest allowed value for the Autogenerated Field.
StepSizeThe amount to increment for each new number.
TypeThe representation of the Autogenerated Field type from the FieldType enumeration.
ValueThe value of the NumberingSchemeField.
ZeroPaddingIf true, the Autogenerated Field will pad its value with zeros to occupy the entire length defined in the Length field. If false, the value will not be padded with zeros.

Inheritance Hierarchy

See Also