Share

FabricWireType.BendDiameter Property

Determines the bending diameter of the wire.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public double BendDiameter { get; set; }

Property Value

Double
The value should be positive.

Exceptions

ExceptionCondition
ArgumentException When setting this property: The given value for bendDiameter is not a number
ArgumentOutOfRangeException When setting this property: The bending diameter bendDiameter is negative.

See Also

Reference

Was this information helpful?