The PartDataField type exposes the following members.

Properties

  NameDescription
Public propertyContext
Gets the parameter context.
Public propertyContextString
Gets the parameter context string.
Public propertyDataType
Gets the type of the reserved data.
Public propertyDescription
Gets the description of the data field.
Public propertyIndex
Gets the parameter index.
Public propertyIsFromList
Gets if the value of data field should be set from a fixed list.
Public propertyIsFromRange
Gets if the value of data field should be set from a range.
Public propertyIsReadOnly
Checks if the data field is read-only.
Public propertyName
Gets the name of the data field.
Public propertyUnits
Gets the parameter units.
Public propertyValue
Gets or sets the value. The value type is returned by the DataType property.
Public propertyValueList
Gets the list of valid data if the data field is from a fixed list.
Public propertyValueRange
Gets the range of valid data if the data field is from a range.

See Also