Share

PartDataField.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.8.0.280

Syntax

C#

public bool IsFromList { get; }

VB

Public ReadOnly Property IsFromList As Boolean
	Get

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?