NumSchm Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
A description of a Numbering Scheme for Files, Items, and Change Orders.
Syntax
public class NumSchm Public Class NumSchm Properties
| Name | Description |
|---|---|
| EntClassId | The Entity Class ID the scheme is created for. |
| FieldArray | An array of fields that make up the scheme. |
| IsAct | If true, the scheme is active. If false, the scheme is inactive. |
| IsDflt | If true, the scheme is the default Numbering Scheme for its Entity Class ID. |
| IsInUse | If true, the scheme is in use by at least one Item. If false, there are no Items using the scheme. |
| IsSys | If true, the object is system defined. Otherwise it is a user-defined object. |
| Name | The unique name of the scheme. |
| Provider | The Numbering Provider that the scheme generates its numbers from. |
| ReuseNum | If true, unused item numbers are recycled. If false, unused item numbers are deleted and cannot be retrieved. |
| SchmID | The Vault ID of the object. |
| SysName | System name of the numbering scheme |
| ToUpper | If true, the characters in the scheme should be displayed in upper case. |
Returned By
Where you get a NumSchm — members that return one.
- NumberingService.AddNumberingScheme
- NumberingService.EnableNumberingSchemes
- NumberingService.GetNumberingSchemeById
- NumberingService.GetNumberingSchemes
- NumberingService.UpdateNumberingScheme
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.NumSchm