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