FileNmngSchm Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
The file naming scheme.
Syntax
public class FileNmngSchm Public Class FileNmngSchm Properties
| Name | Description |
|---|---|
| Descr | A description of the scheme. |
| FieldLen | The number of digits for the number. The number will always fill up the FieldLen (ex. for a length of 4, a number might be '0005'). |
| Id | A unique identifier for the scheme. |
| IsDflt | If true, than the naming scheme is the default scheme. |
| Name | The unique name of the scheme. |
| Prefix | A prefix to the file name. Null means no prefix. |
| StartNum | The first number in the scheme. |
| Suffix | A suffix to the file name. Null means not suffix. |
Returned By
Where you get a FileNmngSchm — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.FileNmngSchm