FabricWireTypeBendDiameter Property |
Determines the bending diameter of the wire.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double BendDiameter { get; set; }
Public Property BendDiameter As Double
Get
Set
public:
property double BendDiameter {
double get ();
void set (double value);
}
member BendDiameter : float with get, set
Property Value
Double
The value should be positive.
Exceptions
See Also