Part |
The PartDataField type exposes the following members.
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. |