AutogenField Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
A numeric scheme field that automatically increments itself. Implementation of NumingSchmField.
Syntax
public class AutogenField : NumSchmField Public Class AutogenField
Inherits NumSchmFieldProperties
| Name | Description |
|---|---|
| FieldTyp | The type of field. Inherited from NumSchmField. |
| From | The starting number. |
| Len | The number of characters this field can take up. |
| Name | The name of the field. |
| StepSize | The amount to increment for each new number. |
| To | The maximum number. |
| ZeroPadding | If 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
- System.Object
- Autodesk.Connectivity.WebServices.NumSchmField
- Autodesk.Connectivity.WebServices.AutogenField