ValueList 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.2.3892.0

Syntax

C#

public PartDataList ValueList { get; }

Visual Basic

Public ReadOnly Property ValueList As PartDataList
	Get

Visual C++

public:
property PartDataList^ ValueList {
	PartDataList^ get ();
}

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown when the value of data field is not from a list

See Also