PartDataFieldValueList Property

Gets the list of valid data if the data field is from a fixed list.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public PartDataList ValueList { get; }

Property Value

PartDataList
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the value of data field is not from a list
See Also