Share

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

Syntax

C#

public PartDataRange ValueRange { get; }

VB

Public ReadOnly Property ValueRange As PartDataRange
	Get

C++

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

Property Value

PartDataRange

Exceptions

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

See Also

Reference

Was this information helpful?