BendingDetailDisplayParametersOptions Enumeration |
Describes how the parameters will be represented.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum BendingDetailDisplayParametersOptions
Public Enumeration BendingDetailDisplayParametersOptions
public enum class BendingDetailDisplayParametersOptions
type BendingDetailDisplayParametersOptions
MembersMember name | Value | Description |
---|
ByValue | 0 |
Dimensions that are shown will be labeled using the parameters values.
|
ByName | 1 |
Dimensions that are shown will be labeled using the parameters names.
|
See Also