BendingDetailDisplayParametersOptions Enumeration

BendingDetailDisplayParametersOptions Enumeration

Describes how the parameters will be represented.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum BendingDetailDisplayParametersOptions
Public Enumeration BendingDetailDisplayParametersOptions
public enum class BendingDetailDisplayParametersOptions
type BendingDetailDisplayParametersOptions
Members
Member nameValueDescription
ByName1 Dimensions that are shown will be labeled using the parameters names.
ByValue0 Dimensions that are shown will be labeled using the parameters values.
See Also