An extensible field of part data.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesPartDataField
Autodesk.Civil.DatabaseServices.StylesSizeFilterField
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class PartDataField
VB
Public Class PartDataField
C++
public ref class PartDataField
The PartDataField type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context | Gets the parameter context. | |
| ContextString | Gets the parameter context string. | |
| DataType | Gets the type of the reserved data. | |
| Description | Gets the description of the data field. | |
| Index | Gets the parameter index. | |
| IsFromList | Gets if the value of data field should be set from a fixed list. | |
| IsFromRange | Gets if the value of data field should be set from a range. | |
| IsReadOnly | Checks if the data field is read-only. | |
| Name | Gets the name of the data field. | |
| Units | Gets the parameter units. | |
| Value | Gets or sets the value. The value type is returned by the DataType property. | |
| ValueList | Gets the list of valid data if the data field is from a fixed list. | |
| ValueRange | Gets the range of valid data if the data field is from a range. |
