SizeFilterField Class

Part size parameters from a SizeFilterRecord.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesPartDataField
    Autodesk.Civil.DatabaseServices.StylesSizeFilterField

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SizeFilterField : PartDataField

The SizeFilterField type exposes the following members.

Properties
 NameDescription
Public propertyContext Gets the parameter context.
(Inherited from PartDataField)
Public propertyContextString Gets the parameter context string.
(Inherited from PartDataField)
Public propertyDataSource Gets the parameter data source.
Public propertyDataType Gets the type of the reserved data.
(Inherited from PartDataField)
Public propertyDescription Gets the description of the data field.
(Inherited from PartDataField)
Public propertyIndex Gets the parameter index.
(Inherited from PartDataField)
Public propertyIsFromList Gets if the value of data field should be set from a fixed list.
(Inherited from PartDataField)
Public propertyIsFromRange Gets if the value of data field should be set from a range.
(Inherited from PartDataField)
Public propertyIsMultipleSelect Gets if multiselecting all the values if the data source of this parameter is "FixedList"
Public propertyIsReadOnly Checks if the data field is read-only.
(Inherited from PartDataField)
Public propertyName Gets the name of the data field.
(Inherited from PartDataField)
Public propertyUnits Gets the parameter units.
(Inherited from PartDataField)
Public propertyValue Gets or sets the value. The value type is returned by the DataType property.
(Inherited from PartDataField)
Public propertyValueList Gets the list of valid data if the data field is from a fixed list.
(Inherited from PartDataField)
Public propertyValueRange Gets the range of valid data if the data field is from a range.
(Inherited from PartDataField)
Top
See Also