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