RebarBendingDetailType.AngularDimensionsEnabled Property

RebarBendingDetailTypeAngularDimensionsEnabled Property

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

Property Value

Boolean
See Also