Part size parameters from a SizeFilterRecord.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesPartDataField
Autodesk.Civil.DatabaseServices.StylesSizeFilterField
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public sealed class SizeFilterField : PartDataField
VB
Public NotInheritable Class SizeFilterField Inherits PartDataField
C++
public ref class SizeFilterField sealed : public PartDataField
The SizeFilterField type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Context |
Gets the parameter context.
(Inherited from PartDataField) |
![]() | ContextString |
Gets the parameter context string.
(Inherited from PartDataField) |
![]() | DataSource | Gets the parameter data source. |
![]() | DataType |
Gets the type of the reserved data.
(Inherited from PartDataField) |
![]() | Description |
Gets the description of the data field.
(Inherited from PartDataField) |
![]() | Index |
Gets the parameter index.
(Inherited from PartDataField) |
![]() | IsFromList |
Gets if the value of data field should be set from a fixed list.
(Inherited from PartDataField) |
![]() | IsFromRange |
Gets if the value of data field should be set from a range.
(Inherited from PartDataField) |
![]() | IsMultipleSelect | Gets if multiselecting all the values if the data source of this parameter is "FixedList" |
![]() | IsReadOnly |
Checks if the data field is read-only.
(Inherited from PartDataField) |
![]() | Name |
Gets the name of the data field.
(Inherited from PartDataField) |
![]() | Units |
Gets the parameter units.
(Inherited from PartDataField) |
![]() | Value |
Gets or sets the value. The value type is returned by the DataType property.
(Inherited from PartDataField) |
![]() | ValueList |
Gets the list of valid data if the data field is from a fixed list.
(Inherited from PartDataField) |
![]() | ValueRange |
Gets the range of valid data if the data field is from a range.
(Inherited from PartDataField) |