Gets if the value of data field should be set from a range.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public bool IsFromRange { get; }
VB
Public ReadOnly Property IsFromRange As Boolean Get
C++
public: property bool IsFromRange { bool get (); }