BendingDetailCustomFieldPropertiesAngularDimensionsEnabled Property |
Identifies if any angular dimensions will be shown or not.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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