Share

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

 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.

Methods

 NameDescription
Public methodDisposeReleases all resources used by the PartDataRange
Public methodIsValidValue Gets if the specified value is in the range.

See Also

Reference

Was this information helpful?