IsFromList Property

Gets if the value of data field should be set from a fixed list.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public bool IsFromList { get; }

Visual Basic

Public ReadOnly Property IsFromList As Boolean
	Get

Visual C++

public:
property bool IsFromList {
	bool get ();
}

See Also