StructuralSectionGeneralH.InnerFillet Property

StructuralSectionGeneralHInnerFillet Property

Inner Fillet - Corner fillet inner radius.

Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double InnerFillet { get; set; }
Public Property InnerFillet As Double
	Get
	Set
public:
property double InnerFillet {
	double get ();
	void set (double value);
}
member InnerFillet : float with get, set

Property Value

Double
See Also