BendingDetailTypeMultipleValuesIndicatorOptions Enumeration |
Describes how the parameters with multiple values will be represented.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum BendingDetailTypeMultipleValuesIndicatorOptions
Public Enumeration BendingDetailTypeMultipleValuesIndicatorOptions
public enum class BendingDetailTypeMultipleValuesIndicatorOptions
type BendingDetailTypeMultipleValuesIndicatorOptions
MembersMember name | Value | Description |
---|
FromOneBar | 0 |
Obtain parameter value from only one bar.
|
MinimumMaximum | 1 |
The values will be obtained from all included bars in the rebar set and it will be shown in a form like minimumValue...maximumValue.
|
See Also