Defines the range of valid data for a PartDataField.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesPartDataRange
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class PartDataRange : IDisposable
VB
Public NotInheritable Class PartDataRange Implements IDisposable
C++
public ref class PartDataRange sealed : IDisposable
The PartDataRange type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context | Gets the parameter context of the list. | |
| DataType | Gets the type of the data value. | |
| Index | Gets the parameter index of the list. | |
| RangeDefault | Gets the default value of the range. | |
| RangeMax | Gets the maximum of range. | |
| RangeMin | Gets the minimum of range. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the PartDataRange | |
| IsValidValue | Gets if the specified value is in the range. |
