PartDataSourceType Enumeration |
Specifies the source type of part data.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic enum PartDataSourceType
Public Enumeration PartDataSourceType
public enum class PartDataSourceType
Members| Member name | Value | Description |
|---|
| Undefined | 0 | |
| BasicTable | 1 | |
| FixedList | 2 | |
| RangeList | 3 | |
| Constant | 4 | |
| Calculation | 5 | |
| Optional | 6 | |
See Also