PartDataRange Class

Defines the range of valid data for a PartDataField.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesPartDataRange

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class PartDataRange : IDisposable

The PartDataRange type exposes the following members.

Properties
 NameDescription
Public propertyContext Gets the parameter context of the list.
Public propertyDataType Gets the type of the data value.
Public propertyIndex Gets the parameter index of the list.
Public propertyRangeDefault Gets the default value of the range.
Public propertyRangeMax Gets the maximum of range.
Public propertyRangeMin Gets the minimum of range.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the PartDataRange
Public methodIsValidValue Gets if the specified value is in the range.
Top
See Also