Autodesk Vault ProfessionalVault API

AutogenField Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A numeric scheme field that automatically increments itself. Implementation of NumingSchmField.

Syntax

public class AutogenField : NumSchmField 
Public Class AutogenField
   Inherits NumSchmField

Properties

NameDescription
FieldTypThe type of field. Inherited from NumSchmField.
FromThe starting number.
LenThe number of characters this field can take up.
NameThe name of the field.
StepSizeThe amount to increment for each new number.
ToThe maximum number.
ZeroPaddingIf true, the field will pad the value with zeros to take up the entire length (ex. 0005). If false, the number will not be padded (ex. 5).

Inheritance Hierarchy

See Also