RebarBendingDetailType.BendDiameterDimensionsEnabled Property

RebarBendingDetailTypeBendDiameterDimensionsEnabled Property

Identifies if any radial or diameter dimensions will be shown or not.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool BendDiameterDimensionsEnabled { get; set; }
Public Property BendDiameterDimensionsEnabled As Boolean
	Get
	Set
public:
property bool BendDiameterDimensionsEnabled {
	bool get ();
	void set (bool value);
}
member BendDiameterDimensionsEnabled : bool with get, set

Property Value

Boolean
See Also