RebarBendingDetailType.SegmentLengthDimensionsEnabled Property

RebarBendingDetailTypeSegmentLengthDimensionsEnabled Property

Identifies if any segment length 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 SegmentLengthDimensionsEnabled { get; set; }
Public Property SegmentLengthDimensionsEnabled As Boolean
	Get
	Set
public:
property bool SegmentLengthDimensionsEnabled {
	bool get ();
	void set (bool value);
}
member SegmentLengthDimensionsEnabled : bool with get, set

Property Value

Boolean
See Also