ValueRange Property

Gets the range of valid data if the data field is from a range.

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

Syntax

C#

public PartDataRange ValueRange { get; }

Visual Basic

Public ReadOnly Property ValueRange As PartDataRange
	Get

Visual C++

public:
property PartDataRange^ ValueRange {
	PartDataRange^ get ();
}

Exceptions

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

See Also