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